Re: [python-win32] ODBC and Oracle

2006-07-04 Thread Dean Allen Provins
Roger Roger Upole wrote: Dean Allen Provins wrote: snip=== The parameter to odbc.SQLDataSources is a flag, rather than a position. import odbc s=odbc.SQLDataSources(odbc.SQL_FETCH_FIRST) while s: print s s=odbc.SQLDataSources (odbc.SQL_FETCH_NEXT) Roger Thanks

[python-win32] ODBC and Oracle

2006-06-28 Thread Dean Allen Provins
Hello: Is there a trick to adding a Python ODBC connection to Oracle? Under Windows, with Python's odbc module, I can see MS Access (twice), 2 system databases that the IT people created. and at various times. dbase and excel as data sources. Curiously, the list of sources varies with my