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 -> Migration from Access/SQL Server to Oracle

Migration from Access/SQL Server to Oracle

From: Randy Baker <rsbakerZ_at_msn.com>
Date: 1998/02/13
Message-ID: <OhliI$JO9GA.175@upnetnews04>#1/1

We have a C++ application which can use either an Access database via DAO or a SQL Server database via ODBC which we would like to migrate to Oracle.

Our application makes extensive use of auto-number fields in Access, which map reasonably well to IDENTITY fields in SQL Server. Is there an equivalent in Oracle? (I've seen mention of a "sequence" field in other posts which looks interesting).

More importantly, in a few cases these auto-number/IDENTITY fields are used to link records between different tables. Both Access and SQL Server provide a feature for obtaining the last generated number for this purpose. Does Oracle provide a means for doing this via ODBC?

Thanks,

--
Randy Baker (remove Z from address in email replies)
Received on Fri Feb 13 1998 - 00:00:00 CST

Original text of this message

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