A previous statement would have returned with sqlcq.sqlcode < 0 when
this happens the transaction is ROLLBACKed and all subsequent
statements until the next COMMIT or ABORT are ignored.
Lee.
Yuemin Zhang writes:> Hi,> > I used ecpg to develop of the application interface. Sometime at runtime I get return
errorcode -601 and with followinmg error message:> > current transation is aborted, queries ignored until end
oftransaction block> > What is the cause of this error? How can I fix that? I checked Programmer's Guide and found no
answer.> > Regards,> > Yuemin Zhang