Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enum. ODBCs available
Message
De
13/06/2007 10:11:20
 
 
À
13/06/2007 09:46:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01232563
Message ID:
01232573
Vues:
16
This message has been marked as the solution to the initial question of the thread.
The list of ODBC drivers is stored in the registry under "KEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI"
oReg = NEWOBJECT("odbcreg", HOME() + "/FFC/Registry.vcx")
DECLARE laOdbcDrivers[1]
= oReg.getodbcdrvrs(@laOdbcDrivers)
>
>
>Is there a WINAPI or any other way to programatically enumerate or know the existence on the system of mysql's odbc driver..
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform