Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro 3 tables and VBASIC
Message
From
28/07/1998 11:38:14
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00121980
Message ID:
00121994
Views:
12
Hi,

If you have a FoxPro table called Customer.dbf, then to open the table use
Set dbFox = OpenDatabase(strDBPath, False, False, "FoxPro 3.0;")
where strDBPath is the path of the customer.dbf file.Then use the name of the table in your queries. For eg "Insert Into Customer values (...)"

Hope this helps you.

Prasanna
Previous
Reply
Map
View

Click here to load this message in the networking platform