Subject | Re: Transaction has no connections |
---|---|
Author | dr_bentonquest |
Post date | 2003-09-18T18:31:02Z |
> > Suddenly and with no apparent reasons, I get this error/warningwhen
> > I open one of my IBO projects:short, do some
> >
> > "Transaction has no connections"
>
> Not much here to go on. Please identify the component raising this
> exception. Get the callstack of the exception in the code. In
> debugging.is
>
> You do have more than one connection in your application, my guess
> recently introduced somehow.Hi Jason,
>
> Jason Wharton
I think this is not an exception, it happens at design time at the
very same moment the project is being opened by Delphi. It looks like
some kind of warning.
On a second look, I found a TIBOQuery that has lost its
IB_TRansaction property. Value was changed to what seems to be a
cryptic, internal setting. After changing the strange value to the
correct name of my transaction component in the datamodule, the
problem went away.
Thanks,
-Benton