Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enum. ODBCs available
Message
 
 
To
13/06/2007 09:46:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01232563
Message ID:
01232573
Views:
18
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform