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 -> Oracle datatype for unsigned long long value

Oracle datatype for unsigned long long value

From: Neo <vashisht_r_at_yahoo.com>
Date: 24 Sep 2003 05:25:09 -0700
Message-ID: <697f87bc.0309240425.709b195d@posting.google.com>


Hi All,

My application uses pro*c for database interaction. All application objects have unique ids which are usigned long long type. Can someone please suggest

  1. what should be the column datatype to store this value? I am thinking of Number(20).
  2. What should be the host variable type in my application to retrieve and save this value in database from Pro*c?

Application is written in C++ on linux. I am using Oracle7.x

Any Help is greatly appreciated.

Regards,
Neo Received on Wed Sep 24 2003 - 07:25:09 CDT

Original text of this message

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