Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connect to MySQL without MYSQL installed..?

Status
Not open for further replies.

JaeBrett

Programmer
May 5, 2003
196
0
0
CN
Can I have a VB desktop app connect to a MYSQL database without MySQL being installed on that computer? The MySQL data files for the DB will be on the machine though.

If not, what DB's other than Access can I do this for?


<-- JaeTech Solutions -->
 

I belive that you will have to have the service installed to extract the information that you want.

Lets see you said access so...
.dbf (dBase/Fox Pro)
Search the web for Alpha 5 (I think that is its name)
Text Files via a text file driver (slow)

Good Luck

 
I'm going to give FoxPro a whirl and see what that does.

Thanks

<-- JaeTech Solutions -->
 
if you are saying that you want to directly read/write a mySql database without having the mySql server running, I would say I doubt it. Not even Foxpro can do that (that I am aware of).
 

Ahhh... but RLG07734 with fox pro you do not need to have any service. All you need is and OCBC driver if using DAO or just ADO (ODBC Driver optional, MDAC needed).

Good Luck JaeBrett

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top