Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Export a Table To an Access Database?
Message
From
22/01/2001 16:43:15
 
 
To
22/01/2001 15:03:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00463763
Message ID:
00466996
Views:
12
>I am trying to create the access DB and add the data to a table within that access database within the foxpro program. Any ideas?

You can do it via ODBC. From Access, using the VFP ODBC driver, or from VFP, using Access'.

From VFP is just as easy as creating the DataSource (in the ODBC control panel), and then using SQLConnect( ), and SQLExec( , ).

Take a look at the help file on this two functions and you'll be doing it in a matter of minutes.

Good luck.
Previous
Reply
Map
View

Click here to load this message in the networking platform