Subject Re: [IBO] IBO4 - IB_Connection shows as 'default' in IB_Query
Author moorefg@netcomuk.co.uk
Dear Jason,

IBO4_3_zip is the version I have been using (D5/6 Ent).

In order to avoid issues I have set the IB_SessionProps as follows:-

AllowDefaultConnection := False
AllowDefaultTransaction := True


I find that if the AllowDefaultTransaction Property is False (ie
allow internal transactions) that if the transaction is
IB_Transaction1 or left as default that The IB_Query IB_Transaction
properties for all IB_Query's are returned blank when the project is
next re-loaded. However if the IB_Transaction is > IB_Transaction1
the property is remembered.

HTH,

Kind regards,

Francis Moore



--- In IBObjects@y..., s.beames@m... wrote:
> Hi Jason,
> do you mean later than "IBO4_3_C.zip" (Version 4.0.2C)?
> I think this one still shows what Francis describes (with BCB5 at
> least)
>
> Cheers,
> Steve
>
> > You have an older version. This has been resolved now in the
latest
> of
> IBO4.
> >
> > Jason Wharton
>
> > ----- Original Message -----
> > Subject: [IBO] IBO4 - IB_Connection shows as 'default' in IB_Query
> >
> >
> > > I am not sure whether this is intended but I think it is a
change
> > > from IBO3.
> > >
> > > IB_Query does not seem to hold the value IB_Connection1 and
keeps
> > > showing the default entry 'default' when a transaction is added.
> > >
> > > Is it intended that only one IB_Connection is shown only as
> default
> > > rather than showing the connection explicitly in the Object
> Inspector?
> > >
> > > I will need to do some more testing but I think that this is
> > > resulting in some spurious results in my application.
> > >
> > > Francis Moore