[fpc-pascal] SqlDB and Text BLOB fields
Graeme Geldenhuys
graemeg.lists at gmail.com
Wed May 23 16:16:05 CEST 2007
Hi,
I'm using a Firebird database with a field define as 'Blob sub_type 1'
to store text.
What method am I supposed to use to set the parameter value?
....
AValue: string;
....
FIBSQL.Params.ParamByName(AName).AsString := AValue;
or
FIBSQL.Params.ParamByName(AName).AsMemo := AValue;
What's the difference?
--
Graeme Geldenhuys
General error, hit any user to continue.
More information about the fpc-pascal
mailing list