Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to Access MDB
Message
From
03/03/2004 16:50:51
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
To
03/03/2004 16:29:03
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00882905
Message ID:
00882915
Views:
12
>Is there a reasonable way to copy data from a VFP table to an Access MDB?


More specifically you'd use
an SQL command along the lines of

INSERT INTO target [(field1[, field2[, ...]])]
VALUES (value1[, value2[, ...])

to append new records via SQL Passthrough...
again keep in mind this is an Access/JET/MDB command not a VFP command...
Previous
Reply
Map
View

Click here to load this message in the networking platform