Hi Everybody,
I am a powerbuilder developer. For a particular case, the select statement executed from within the Powerbuilder code throws this error,
ORA-01455: converting column overflows integer datatype .
The database table column is number(15) and the powerbuilder variable is of ULong datatype. The value that I am trying to get into the PB variable with the "Select" statement is far lesser than the max. value allowed for the Ulong datatype in PB. I am unable to figure out what the exact problem is. Please reply.
Thanks.
regards,
Pallavi