Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Access Databases
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00413488
Message ID:
00413539
Views:
16
Yeah, create a DSN to the Access data.

lnHandle = sqlconnect('some_access_dsn')
= sqlexec(lnHandle , 'select * from sometable', 'resultcursor')
select * from resultcursor into table somevfptable

Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform