[fpc-pascal] Re: RE : RE : RE : Assigning value to ftVariant datatype& varbytes-still stuck

Ludo Brands ludo.brands at free.fr
Tue Aug 9 13:34:02 CEST 2011


> > The format was defined as string before.
> That doesn't match my current version.
> Maybe I already made the change:
> I've changed ftVariant to base64 encoding (i.e. treat is as 
> binary) in commit 19: 

Mmm... That's taking risks and requires quite some testing with the
different host applications. When transferring data as strings, we know that
apps do the string to integer/date/whatever transformation. But when you
transfer them as binary, I'm afraid that they will be imported as is ie. no
transformation. 

> Can you tell me what field type it is? I'm guessing ftVariant...

Yes, it came up when testing new the ftVariant.

Ludo




More information about the fpc-pascal mailing list