You really need to post specific code snippets, you can't expect a
definitive solution including the complete diagnosis and corrected code
from an 11-word problem statement and then a 2-line guess as to the
cause. Please show your code. Others on this forum will help you. (I
lack the expertise.)
Bob Cochran
Greenbelt, Maryland, USA
Eric Scouten wrote:
I'm getting this error periodically when attempting to commit a
transaction.
What I believe is happening is that my database abstraction layer has
lost track of one or more compiled statements that it created at some
earlier time. Is there any way to find out *what* transactions are
still operating at the time this error is issued?
That would help my debugging efforts greatly.
-Eric