Subject Re: [IBO] IBODataSet
Author Jason Wharton
Please send me privately the modified source files and I will consider
merging the changes in.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "hans" <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, March 01, 2003 5:24 PM
Subject: [IBO] IBODataSet


> Hello Jason,
>
> Would you consider the following addition to TIBODataSet ?
>
> file://hans replaced: if SQLLen >= 256 then
> file://by
> else if SQLLen > MaximumStringSize then
> NewDataType := ftMemo
> else
> begin
> NewDataType := ftString;
>
> and in IB_Session
>
> CheckForReservedTokens: boolean = false;
>
> {: This global variable sets the limit for a VarChar to be
> returned as a ftString FieldType, before it becomes a ftMemo FieldType
> in TIBODataSet.}
> MaximumStringSize: Integer = 255;
>
> Best Regards
> Hans