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

Home -> Community -> Usenet -> c.d.o.server -> How do I create an Auto Increment Column?

How do I create an Auto Increment Column?

From: rxb1 <rxb1_at_lucent.com>
Date: Thu, 06 Jan 2000 17:37:02 -0500
Message-ID: <3875190E.212B3659@lucent.com>


Does anyone know how to create a column that will automatically increment
every time new data is added to the field. Similar to MS Access AutoNumber data type or even
like SQL Server IDENTITY property on the column.

I need to create a table that can be used in sqlserver and Oracle 8i that will function similarly from
an application accessing it using ADO. The tables do not have to implement the auto increment the same,
but the application accessing it has to work independantly of the Database.

Thanks,
Rich Received on Thu Jan 06 2000 - 16:37:02 CST

Original text of this message

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