Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List all installed odbc drivers.
Message
From
19/10/2001 04:49:18
 
 
To
19/10/2001 03:34:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00570654
Message ID:
00570679
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform