[sqlalchemy] Re: MS SQL wrapper for pymssql DBAPI broken in 0.5.0

2009-01-11 Thread TJ Ninneman
This has been corrected in http://www.sqlalchemy.org/trac/changeset/5641 . I actually did both things, since using the cursor is the right thing to do. Thats awesome, thanks so much for your time and help with this! TH --~--~-~--~~~---~--~~ You received

[sqlalchemy] Error Connecting to MSSQL using pyodbc and SqlAlchemy 0.5.0

2009-01-09 Thread TJ Ninneman
Since I've been having troubles with pymssql and 0.5.0 I thought I would try pyodbc on my Mac. I'm able to connect and execute sql using isql without issue: isql -v MyDbODBC username password But when I connect through SqlAlchemy using: sqlalchemy.url =

[sqlalchemy] Re: Error Connecting to MSSQL using pyodbc and SqlAlchemy 0.5.0

2009-01-09 Thread TJ Ninneman
On Jan 9, 2009, at 3:58 PM, TJ Ninneman wrote: Since I've been having troubles with pymssql and 0.5.0 I thought I would try pyodbc on my Mac. I'm able to connect and execute sql using isql without issue: isql -v MyDbODBC username password But when I connect through SqlAlchemy using

[sqlalchemy] Re: MS SQL wrapper for pymssql DBAPI broken in 0.5.0

2009-01-09 Thread TJ Ninneman
Thanks Michael, I appreciate it. As mentioned previously, pymssql support is no where near the level of support as pyodbc. In addition the maintainer has not updated this library for several years. Finally, Microsoft warns against it's use going forward, When writing new applications,