Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC automation
Message
 
To
11/08/1999 14:36:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00252642
Message ID:
00252703
Views:
9
>Thanks for your help.
>
>But how do I open the access database in VFP. Can I use command?
>
>Thanks,
>Sergio
Look at SQLCONNECT, SQLEXEC, SQLDISCONNECT

If your ODBC DSN = 'My Data', you can connect to your source with...

ln=sqlconnect('My Data')

to get the data out of the sales table in that db,

lnresult=sqlexec(ln,'Select * from sales','_sales')


Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform