Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to use OCI to insert a 64 bit integer?
Greetings,
I use C language and OCI develop a program. In a table, I define a field of type number(10), and I need to insert/update this field via OCI.
In my C program, I define a u_longlong_t datatype variable, and I use SQLT_INT to bind the variable, but I got ORA 1460.
So, how to insert a 64 bit integer via OCI?
Thanks in advance!
Evan
Received on Mon Jan 05 2004 - 02:19:57 CST
![]() |
![]() |