Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP & MySql
Message
From
23/10/2007 22:32:15
 
 
To
23/10/2007 11:18:37
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01262774
Message ID:
01262949
Views:
20
Following is my Line of Code but it returns negitave value.

cDatabaseName = 'Solistor'
cUsername = 'Ahsan'
cPassword = ''

mHandle = SQLStringConnect("Driver={mySQL};" +;
"Server=db1.database.com;" +;
"Port=3306;" +;
"Option=131072;" +;
"Stmt=;" +;
"Database="+cDatabaseName+";" +;
"Uid="+cUsername+";" +;
"Pwd="+cPassword)
Please guide.
Rgds:
Ahsan Rana
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform