Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading a VFP table in VB
Message
From
24/03/1999 14:40:16
Sammy Derban
Ghana Telecom
Accra, Ghana
 
 
To
23/03/1999 16:10:18
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00195255
Message ID:
00201582
Views:
18
Try this.

Set db1 = OpenDatabase("c:\DATA\", False, False, "Foxpro 2.6")
Set rstitems = db1.OpenRecordset("mytable")

Hope this works.
Previous
Reply
Map
View

Click here to load this message in the networking platform