Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO+ with VFP?
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
ADO+ with VFP?
Divers
Thread ID:
00426617
Message ID:
00426617
Vues:
50
Does anyone have a code snippet showing how to access VFP from ADO+? All the examples I see use Access or SQL. When I try something like this it bombs:

@ Import Namespace="System.Data"
@ Import Namespace="System.Data.ADO"

...
Sub SubmitBtn_Click(Sender As Object, E As EventArgs)
Dim connobj As ADOConnection
Dim dtsCmdobj As ADODataSetCommand
connobj = New ADOConnection('DSN=test')
' bombs here


Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform