Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Find Installable ISAM
Message
 
To
01/03/2002 19:12:58
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00627116
Message ID:
00627546
Views:
14
Have you tried to use the following syntax to insert data into the Access database?

INSERT INTO ["c:\anydatabase.mdb"].TableName(Field1, Field2)
SELECT Field1, Field2
FROM TableName

If you execute this against your FoxPro connection to insert data into the Access table, it should work. I usually create a temp table that I can then use to run queries against. One more step when using VB, but it is not that bad.

Jason
Previous
Reply
Map
View

Click here to load this message in the networking platform