Subject | Re: Property Buffer Of TIB_Connection |
---|---|
Author | gigmbh |
Post date | 2002-01-14T16:48:43Z |
> IBO should not override it if you have it at its defaultI have already done that.
> setting. I probably need to look into the code and see what is
> going on. There could be an issue in there.
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.