Scale and Precision obtained by OCIAttrGet [message #128946] |
Thu, 21 July 2005 06:07 |
manasa
Messages: 1 Registered: July 2005
|
Junior Member |
|
|
Hi All,
When I execute the following query from a piece of code written in C++ linked with Oracle 8i libs, the scale and the precision obtained is 0 and 0.
select abc_seq.nextval from dual;
where abc_seq is a defined sequence and the scale and precision is obtained for abc_seq.nextval
If the same piece of code is linked with Oracle 9i libs, the scale and precision obtained is -127 and 0.
What makes this difference?
Thanks in advance.
Regards,
Manasa
|
|
|