hi all,
we need a way to connect to mssqlserver with python.
there is a big problem with dates:
then odbc-module / dbi-module cann only handle dates (dbiDate timestamps)
as Integers (under windows it is not possible to select dates like
1950-03-20).
Is there a better way to connect mssql than with odbc?
If not, my idea would be to patch the odbc/dbi modules?
any suggestions, how to implement the dbiDate object?
Greetings,
and thank you very much in advance,
Andre'
|