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 Roger.  That explains a lot, and also found all the available sources

Regards,

Dean

-- 
                           Dean Provins, P. Geoph.
                       [EMAIL PROTECTED]
                         [EMAIL PROTECTED]
                  KeyID at at pgpkeys.mit.edu:11371: 0x9643AE65
          Fingerprint: 9B79 75FB 5C2B 22D0 6C8C 5A87 D579 9BE5 9643 AE65



Confidentiality Notice:  The information transmitted herein may
contain confidential, proprietary and/or privileged material which
belongs to Trident Exploration Corp. and its affiliates and is
intended only for the addressee(s).  Any unauthorized review,
distribution or other use or the taking of any action in reliance
upon this information is prohibited.  If you received this email in
error, please contact the sender or call (403) 770-1765 and delete
this email and any copies.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to