Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not connect ?
Message
From
20/09/2004 04:38:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Can not connect ?
Miscellaneous
Thread ID:
00943920
Message ID:
00943920
Views:
75
Hi,

My program as below :-

*****
CON=SQLSTRINGCONNECT("DRIVE=MYSQL ODBC 3.51 DRIVER;SERVER=localhost;UID=a;PWD=a;DATABASE=a")

IF CON>0
=MESSAGEBOX("OK")
ELSE
=MESSAGEBOX("FAILD")
ENDIF
*****

I can not connect MySQL auto, it will prompt me to select the Driver by manually.

Is't something wrong in my command line at "CON=SQLSTRING....."

I am sure that it can connected, if i select by manually.
Next
Reply
Map
View

Click here to load this message in the networking platform