Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC in VFP
Message
From
05/10/2011 11:59:59
 
 
To
05/10/2011 11:07:40
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01525567
Message ID:
01525650
Views:
63
I use:
STORE SQLCONNECT(_SCREEN.zSqlDsn, _SCREEN.zSqlId, _SCREEN.zSqlPword) TO returnValue
where:
(_SCREEN.zSqlDsn = datasource name

since the format is:
SQLConnect(cDataSourcename, cUserID, cPassword)
I'm not sure how to insert the database name.

please advise
thanks for the help

regards,

Jerry



>>I'm using MySQL database.
>>each time I want to switch to another database I have to go through MySQL ODBC.
>>is that possible to change the database from inside VFP?
>>
>>regards,
>>
>>Jerry
>
>Once you have a connection that you created with SQLSTRINGCONNECT() you can switch database:
>
>SQLEXEC(nConnectionHandle,"USE MyDatabase;")
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform