5 Oct
2001
5 Oct
'01
2:25 p.m.
It seems to me that your connection is working; it is a Sybase error message. Problem seems to be that you are trying to do a "select into" within a transaction (genious conlusion! ";-). You might not have started the transaction yourself, but Zope might have done that.
If you cannot live without it, try doing your stuff in a stored procedure...
Thanks, the problem is that I'm using a stored procedure!
When you opened your connection, did you specify autocommit = 1? If not, then Zope is creating your transaction.
Probably not, since I'm even aware of this parameter... where do I've to set this one? Thanks, Tom.