Subject | working with Numeric(18,0) values in Delphi |
---|---|
Author | Tom Deprez |
Post date | 2003-02-09T15:34:54Z |
Hi,
I've a stored procedure which returns a numeric(18,0) value. Which
datatype can hold this?
I assume the below code isn't correct when the created id becomes very
large.
SessionID := ParamByName('SESSIONID').AsWord;
(I use a TIBOStoredProc)
Thanks in advance,
Tom.
I've a stored procedure which returns a numeric(18,0) value. Which
datatype can hold this?
I assume the below code isn't correct when the created id becomes very
large.
SessionID := ParamByName('SESSIONID').AsWord;
(I use a TIBOStoredProc)
Thanks in advance,
Tom.