Subject RE: [IBO] Fields[xx].value - unidentifyed type: 14
Author Claudio Valderrama C.
> -----Original Message-----
> From: Helen Borrie [mailto:helebor@...]
> Sent: Martes 2 de Enero de 2001 3:50
>
> At 12:50 AM 02-01-01 -0400, Claudio wrote:
>
> >In other words, variant of type 14 is longlong, I mean INT64.
>
> Claudio,
> Are the variant types documented anywhere? This is not UD types as in
> RDB$TYPES, right? Or are these Delphi variant types? Prolly not, as the
> D5 doc says INT64 can't be a variant...
>
> HNY

When Jason wrote in the code "Avoiding having to load in the ActiveX unit."
this indicates to me that type is not an IBO invention, but that's defined
in the AxtiveX unit but Jason didn't want to include it for avoiding more
overhead. We are talking about Delphi variant types that can be used to map
to the IB data types. I can't check because I have only D3, but if Jason
wrote {$IFDEF IBO_VCL40_OR_GREATER} then there's some support in D4 and
above. If D5 doc says INT64 can't be a variant, then I request anyone with
D5 to check what's type 14 in the D5's ActiveX unit. I don't know what
Borland considers type 14, but Jason used it for INT64 support.

C.