Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem connect MySQL
Message
From
06/10/2004 03:31:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Problem connect MySQL
Miscellaneous
Thread ID:
00949047
Message ID:
00949047
Views:
44
Hi,

I am a new guy in programming with MySQL

i had install MySQL and ODBC into my computer
I can successful to connect with MySQL when setting in ODBC USER Conf.
Then i back to VFP command, and coding as below :-

*****
CON=SQLCONNECT("DRIVER=MySQL ODBC 3.51 Driver;
SERVER=169.254.136.185;UID=ddd;PWD=;DATABASE=eee")
IF CON>0
? "OK"
=SQLEXEC(CON,"SELECT * FROM FFF","TEMP")
SELE TEMP
BROW
ELSE
? "ERROR"
ENDIF
*****

I can not connect to MySQL in program ?
Next
Reply
Map
View

Click here to load this message in the networking platform