Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO connection string
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00434357
Message ID:
00434510
Views:
20
>Does anyone know how I can retrieve the ADO connection string for a system DSN that I created for my Visual Foxpro Database? I've done this before, but for the life of me can't remember how to get it again.
>
>Thanks.
>
>John.

myADOConnection = CreateObject("ADODB.Command")
myADOConnection.Open("DSN=mySysDSN")
? myADOConnection.ConnectionString
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform