Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening an ODBC Database with VFP.
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00615990
Message ID:
00616038
Views:
18
Thanks a lot.
I had a problem with my help file, but now i know what to do.
I copyed the example and voila!
Thanks again.


>>Hi.
>>How do i open an ODBC database and browse its tables?
>>Thanks in advance.
>
>What database are you wanting to connect to? You either configure an ODBC DSN and use SQLConnect function or just use the SQLStringConnect function. Once you establish the connection, use SQLTables() function to retrieve a list of tables in the database. Then use SQLExec() function to retrieve records from a table. Then you can browse the return cursor.
Previous
Reply
Map
View

Click here to load this message in the networking platform