Subject Re: [IBO] IBO4.2D Session problem
Author Marcel
In the thread example, there are a TIB_Connection, a IB_Session and a
IB_Cursor in the data module. There is neither code to read nor to set the
Ib_Session1.AllowDefaultConnection. If remove the IB_Session, the problem is
gone(without alter a line of code in the app.). So, I attribute the problem
is in the IBO component.

Marcel

----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, August 08, 2001 7:20 AM
Subject: Re: [IBO] IBO4.2D Session problem


> I mean for you to comment out code in your application that is relying
upon
> something.
> You shouldn't have to change IBO here. Perhaps I'm missing something?
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Marcel" <ibobjects@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Tuesday, August 07, 2001 4:26 PM
> Subject: Re: [IBO] IBO4.2D Session problem
>
>
> > Hi,
> >
> > Thanks for your patienct.
> > I find this line in IbB_SessionProps.pas
> >
> > procedure TIB_SessionProps.SetAllowDefaultConnection( AValue: boolean );
> > begin
> > IB_Session.AllowDefaultConnection := AValue;
> > FAllowDefaultConnection := AValue;
> > end;
> >
> > But I can't find corresponding entry in IB_Session.pas. Shuld add
> > IB_SessionProps in the IB_Session.pas's use clause?
> >
> > If the code is modified, is it necessary to build the ibobjects first?
> >
> > Thanks
> > Marcel
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>