Subject Firebird / Delphi Type
Author zifnabbe
Hi,

I've a field of type NUMERIC(18,0)

Which Delphi type can contain this value, without creating someday an
overflow (if it ever happens)? Can an Int64 be used? Should I convert
it to a string?

Does the function Params.ParamValues['myField'] returns a correct value?

Thanks