-----Original Message----- From: Anthony Baxter [mailto:anthony@interlink.com.au] Sent: Tuesday, August 31, 1999 6:33 AM To: Michel Pelletier Cc: 'zope-dev@zope.org' Subject: [Zope-dev] ZSybaseDA 1.0.1 and MS-SQL (was Re: ANN: ZSybaseDA 1.0.1)
A subsequent request gives:
Error, SybaseError: ct_cursor failed
The rollback transaction request has no corresponding BEGIN TRANSACTION. ct_results(): user api layer: external error: This routine cannot be called when the command structure is idle. ct_cursor(): user api layer: external error: The connection's capabilities do not support this type of request.
The cursor problem is unknown to me, and I suspect many of it's problems have something to do with cysybasemodule. The 'no corresponding' transaction error was a bug in b6, and is fixed in the final. If an error was raised during a transaction, the transaction machinery bugged out. This is why the two errors you got were different. -Michel