Subject | Firebird / Delphi Type |
---|---|
Author | zifnabbe |
Post date | 2004-10-19T19:16:29Z |
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
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