View Single Post
Old 05-16-2005, 10:38 AM   #3 (permalink)
Mazzman
Registered User
 
Join Date: Mar 2005
Posts: 7
Mazzman is on a distinguished road
A technique that I usally use is to create and use the DB sequece object of that database.

You select the next sequence value from the DataBase using a SQL select statment like "select sequence_name.NEXTVAL from DUEL", Then use that number when you insert a new row.

Very reliable technique.
Mazzman is offline   Reply With Quote