Getting list of data sources from mxODBC?
M.-A. Lemburg
mal at lemburg.com
Tue Jul 6 13:19:09 EDT 1999
More information about the Python-list mailing list
Tue Jul 6 13:19:09 EDT 1999
- Previous message (by thread): Getting list of data sources from mxODBC?
- Next message (by thread): Tkinter._test() problem Tcl/Tk8.1 incompatibility python-1.5.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message (by thread): Getting list of data sources from mxODBC?
- Next message (by thread): Tkinter._test() problem Tcl/Tk8.1 incompatibility python-1.5.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list