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. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal