Subject | Re: [IBO] Overflow occured during data type conversion |
---|---|
Author | Helen Borrie |
Post date | 2003-10-18T02:06:13Z |
At 01:57 AM 18/10/2003 +0000, you wrote:
True in firebird.conf?
Also, could you show us the declaration of the output parameters in the SP?
Helen
>I have some SQL like this:Are you using Firebird 1.5? If so, do you have OldParameterOrdering set to
>
>SELECT * FROM
>MY_STORED_PROC(:INT_PARAM1, :STRING_PARAM, :INT_PARAM2)
>
>It executes correctly and returns the data I want, however, when I
>move to the last record (or Delphi moves there in an attempt to
>populate a grid) I get this error:
>
>Overflow occured during data type conversion
>Conversion error from string "".
>
>What's would cause this? How can I prevent it?
True in firebird.conf?
Also, could you show us the declaration of the output parameters in the SP?
Helen