Subject | Re: [IBO] Re: Property Buffer Of TIB_Connection |
---|---|
Author | Jason Wharton |
Post date | 2002-01-14T17:17:09Z |
Frank,
That sounds acceptable to me. Feel free to make the simple changes and email
me privately the changed file so I can merge it into the sources?
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
That sounds acceptable to me. Feel free to make the simple changes and email
me privately the changed file so I can merge it into the sources?
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "gigmbh" <ZJQBBYSESPEZ@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, January 14, 2002 9:48 AM
Subject: [IBO] Re: Property Buffer Of TIB_Connection
> > IBO should not override it if you have it at its default
> > setting. I probably need to look into the code and see what is
> > going on. There could be an issue in there.
>
> I have already done that.
> Take a look at line 1174 in IBA_COnnection.IMP.
>
> if FConnectedSQLRoleName <> '' then
> BuildDPB( bufptr, buffer, isc_dpb_sql_role_name,
> FConnectedSQLRoleName );
> BuildDPB( bufptr, buffer, isc_dpb_num_buffers, Chr( Buffers ));
>
> There is no condition for building isc_dpb_num_buffers DPB.
> As 0 (zero) is no valid parameter, how about using it to
> specify "use the default" ??
>
> Regards,
> Frank.