Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get VFP to read and write an Access 2 table?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121961
Message ID:
00121967
Views:
17
>I can't believe I'm asking this but.....
>I have to interact with a app writen in Access 2.0
>How can I get VFP to read and write an Access 2 table? I've looked and haven't seen enough information to talk me thru it.
>
>Thank you
>Rick Liebespach

Set up an ODBC data connection to the tables and then you use them just like VFP tables.
x=sqlconnect('name of connection')
sqlexec(x,'select * from acctable','_acctable')

HTH
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
Reply
Map
View

Click here to load this message in the networking platform