Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a VFP table from VB.NET
Message
From
21/03/2004 12:00:39
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Accessing a VFP table from VB.NET
Miscellaneous
Thread ID:
00888288
Message ID:
00888288
Views:
50
Lets say I have the following VB.NET code to access a SQL Server table:
      Dim lcConnString As String
      Dim lcSQLQueryString As String
      lcConnString = "user id=sa;password=password;Database=northwind;server=(local);"
      lcSQLQueryString = "SELECT * FROM Suppliers"
How would I modify it so I can have Suppliers to be a VFP table? Lets assume taht Suppliers.dbf is not part of a VFP DBC as it's a free table. So, lcConnString would have to be adjusted.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform