Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to mysql
Message
From
06/11/2004 14:35:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Connect to mysql
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
00958884
Message ID:
00958884
Views:
43
Hi,

I tried to connect vfp to mysql using the following code:
Connection = CREATEOBJECT("ADODB.Connection")
lcConnString = "DRIVER={MySQL ODBC 3.51 Driver};" +;
      "Server=localhost;port=3306;option=;stmt=;" + ;
      "Database=msg;uid=;pwd=;"
oConnection.OPEN(lcConnString)
And it get error message.

Does anyone know how to connect to mysql? thanks for your help.

regards,
Kusnardi
Next
Reply
Map
View

Click here to load this message in the networking platform