[python-win32] odbc version

Robin Becker robin at reportlab.com
Tue Dec 29 14:44:26 CET 2009


I'm trying to use the odbc extension in a cross-python version. The problem is 
that recent pythons/win32 versions have changed the odbc dbi interface.

Is there a way to check whether I should be importing dbi to find the type of 
date to be used or just assuming datetime is used?

In the modern context just importing dbi causes a warning so I would prefer to 
avoid testing the result of dbi.dbiDate(..) etc etc
--
Robin Becker


More information about the python-win32 mailing list