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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32