I have a sequence on a column in the ORACLE DB and i access its value in C++ Code. Is there a limit on the value of the sequence that can be handled in C++?
Is there any limit on the sequence id that can be handled in C++ Code?
I think that U are asking about the limit of the value that can be stored in a particular data type in C++.
Yes, there is a limit on the value that a C++ variables can contain. For integer value for example it is 2 raised to power 32.
yucca
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment