Subject | Re: [ib-support] SQL questions |
---|---|
Author | Tilo Muetze |
Post date | 2001-06-28T08:08:30Z |
""lobolo2000"" <lobolo2000@...> schrieb im Newsbeitrag
news:045b01c0ff8e$f3570820$6f3efea9@supradpt...
--
Regards,
Tilo Muetze
news:045b01c0ff8e$f3570820$6f3efea9@supradpt...
> 1- I have declared a variable in a stored procedure:or
> DECLARE VARIABLA EOL CHAR(2);
> EOL=ASCII_CHAR(10)||ASCII_CHAR(13);
> but i keep getting the message: 'Arithmetic exception, numeric overflow,
> string truncation'Did you tried to set variable EOL to Length 13?
> Even using EOL=ASCII_CHAR(10); produces the error, which leads me to think
> that the problem is with the ASCII_CHAR UDF. What could be wrong?
--
Regards,
Tilo Muetze