Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List all installed odbc drivers.
Message
De
19/10/2001 04:49:18
 
 
À
19/10/2001 03:34:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00570654
Message ID:
00570679
Vues:
15
Martem,
As Vlad mentioned, this info is stored in the Registry. The VFP Foundation classes contain a registry tool that allows you to get this easily:
oODBC = NEWOBJECT("odbcreg", HOME() + "ffc\registry")
DECLARE laODBC[1]
oODBC.GetODBCDrvrs(@laODBC)
LIST MEMO LIKE laODBC
HTH
>Is there someway to list all installed odbc drivers from VFP? I would like to store them into an array...
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform