Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Source Names
Message
 
 
To
27/05/2008 01:44:35
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01319595
Message ID:
01319613
Views:
11
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform