Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO+ with VFP?
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
ADO+ with VFP?
Miscellaneous
Thread ID:
00426617
Message ID:
00426617
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform