Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO connection string
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00434357
Message ID:
00434510
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform