Subject Re: [IBO] Transaction is not valid for the current connection.
Author Cam
Thanks for the suggestion. Jasons reply arrived at approximately the same and I was able to find a bit of a short term solution using that info.
Cheers
Cam
On 11/06/2014 12:22 PM, firebird.users@... [IBObjects] wrote:
I don't know why you're getting this behaviour but I had a look at the source (tdataset\IBODatasetEditors.pas) and in the function TConnectionProperty.GetValue I found the following:

        if InternalDataset.SetToDefaultConnection then
          Result := Result + ' (default)';

I would guess that commenting this out and rebuilding IBO would resolve the issue.  Obviously this is a hack but (if it works) maybe it will do until you get an official answer.


..snip