Getting list of data sources from mxODBC?

M.-A. Lemburg mal at lemburg.com
Tue Jul 6 13:19:09 EDT 1999


Greg Ewing wrote:
> 
> Is there a way to get a list of available
> data sources from mxODBC? I can't find any
> mention of this in the supplied docs.

No, the API for this are not yet included in mxODBC. They may appear
in a future version though... if I find time to hack them up (or sell
a few licenses ;).

The needed APIs are:

SQLBrowseConnect, SQLDrivers and SQLDataSources

Cheers,
-- 
Marc-Andre Lemburg
______________________________________________________________________
Y2000:                                                   178 days left
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/





More information about the Python-list mailing list