[Twisted-Python] adbapi and pymssql

Mike Pelletier mike at mkp.ca
Thu May 26 16:53:35 EDT 2005


On Thu May 26 2005 04:34 pm, you wrote:
> I have a small job scheduling application written with twisted + nevow for
> one of my customer and the database is MSSQL 2000. I am using the sybase
> module built against freetds with a very small patch to fix a
> rollback/commit issue, and it's working without a problem on production
> servers using adbapi since a year or so.

Thanks a TON!  I did not really even know I had an option to choose another 
database module, I thought pymssql would be my only option.  But, since 
pymssql seems to be just a thin layer on top of freetds, your solution is 
probably very relevant to my problem.

Could you go into more detail about the rollback/commit issue you encountered, 
and how you dealt with it?  I expect the problem probably isn't really with 
Twisted at all.  My patch was developed through blind thrashing.

Thanks!

Mike.




More information about the Twisted-Python mailing list