Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to use OCI to insert a 64 bit integer?

How to use OCI to insert a 64 bit integer?

From: music4 <music4_at_163.net>
Date: Mon, 5 Jan 2004 16:19:57 +0800
Message-ID: <btb6o2$qqp@netnews.proxy.lucent.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US