OK, here's something else to try, this would help with the pyodbc issue in any case. Turn on ODBC logging (its a setting with your ODBC driver). You should get a dumpfile like the one here:
http://www.egenix.com/mailman-archives/egenix-users/2008-November/114471.html If you see in that one, they're hitting SQL_DBMS_VER and getting back a 2000 style string, "08.00.2039". I would wonder if the ODBC driver you're using is the issue here. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
