Subject | Re: [IBO] IBO4.2D Session problem |
---|---|
Author | Jason Wharton |
Post date | 2001-08-07T23:20:58Z |
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
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