Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a VFP table from VB.NET
Message
De
21/03/2004 12:00:39
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Accessing a VFP table from VB.NET
Divers
Thread ID:
00888288
Message ID:
00888288
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform