[sqlalchemy] Re: MSSQL Insert problem

2007-07-03 Thread Paul Johnston
Hi, Oh, you're running on Linux. pymssql is probably your best bet, but you can still expect lots of things to break. SA/MSSQL is now pretty solid on Windows, perhaps that's an option for you. Paul fw wrote: >Thanks Paul for your answer > >but > >I was using pymssql. > > >Now, I am trying t

[sqlalchemy] Re: MSSQL Insert problem

2007-07-02 Thread fw
Thanks Paul for your answer but I was using pymssql. Now, I am trying to use pyodbc and see if your fix would help... after struggling to get the URI right on my Linux box, it now simply crashes ... No error message no nothing, it just dies. I'll keep looking Cheers François, Paul Jo