Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Source Names
Message
 
 
À
27/05/2008 01:44:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
01319595
Message ID:
01319613
Vues:
12
You can use registry class that comes with VFP
DIMENSION laDsnList[1]
oReg = NEWOBJECT('odbcreg', HOME()+"FFC\registry.vcx")
= oReg.Getodbcdrvrs(@laDsnList, .T.)
DISPLAY MEMORY LIKE laDsnList
Check also ODBC DSN Class Download #9749


>
>
>I want to list the Data Source Names on a PC. I want to be able to set up the connections on a another PC. Whats the easiest way to get a list.
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform