Discussion:
SMALLINT precision error - 4gl
(too old to reply)
Guillaume Duret
2004-08-13 19:15:39 UTC
Permalink
I have this error message in my log file, executing a 4gl program.

Date: 08/08/2004 Time: 09:07:40
FORMS statement error number -1214.
Value exceeds limit of SMALLINT precision


Is it possible to know the variable name or the line number of the error ?


Thank you !
Jonathan Leffler
2004-08-14 06:11:20 UTC
Permalink
Post by Guillaume Duret
I have this error message in my log file, executing a 4gl program.
Date: 08/08/2004 Time: 09:07:40
FORMS statement error number -1214.
Value exceeds limit of SMALLINT precision
Is it possible to know the variable name or the line number of the error ?
No - that information isn't available to the (C code) runtime library,
which makes it hard to report it. If you have RDS, you might get a
better message - or you might get the same message.
--
Jonathan Leffler #include <disclaimer.h>
Email: ***@earthlink.net, ***@us.ibm.com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
Nebojsa Sevo
2004-08-16 06:12:41 UTC
Permalink
Post by Jonathan Leffler
Post by Guillaume Duret
I have this error message in my log file, executing a 4gl program.
Date: 08/08/2004 Time: 09:07:40
FORMS statement error number -1214.
Value exceeds limit of SMALLINT precision
Is it possible to know the variable name or the line number of the error ?
No - that information isn't available to the (C code) runtime library,
which makes it hard to report it. If you have RDS, you might get a
better message - or you might get the same message.
It will be the same with RDS

------------------------------------
Remove spam block (DELETE_) to reply

Loading...