Subject Re: [IBO] No Active Transaction
Author Jason Wharton
It might be due to the destructor already being initialized and IBO is
preventing something that would result in a different error.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <guido.klapperich@...>
To: "IBObjects" <IBObjects@yahoogroups.com>
Sent: Tuesday, February 27, 2001 4:14 PM
Subject: [IBO] No Active Transaction


> I have a IB_StoredProc and a linked IB_Transaction, that is not active.
> In the OnClose-Event of my form, I want to execute the SP, but I get a
> 'No active transaction to execute with'-error. I thought, when I execute
> a SP, IBO starts the transaction automaticly.
>
>
> Guido