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
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 attem