Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Easy Question: Power Objects 2.0.2 Datatypes
These are standard Oracle database datatypes. If you are going to write C++ front ends to databases you will have to go through the basics of RDBMS to avoid going nuts. These datatypes (and the C equivalents) are described in detail in the Oracle manuals.
Brian Townley <mage_at_mail.utexas.edu> wrote in article
<32d35f49.1192499_at_news.arlut.utexas.edu>...
> I am a new programmer in Oracle and have run into a few problems. One
> of them is that the User Guide does not give any information (as far
> as I can tell) on the datatypes in the Tables. I need information
> about the followind datatypes:
>
> VARCHAR2
> NUMBER
> DATE
> CHAR
> RAW
> LONG
> LONG RAW
> ROWID
> FLOAT
>
> Thank you in advance for yout help.
>
Received on Wed Jan 08 1997 - 00:00:00 CST
![]() |
![]() |