how can i generate sequence number using oracle 11g with java servlet? - TechRepublic
Question
March 1, 2010 at 08:38 PM
malolan

how can i generate sequence number using oracle 11g with java servlet?

by malolan . Updated 16 years, 4 months ago

i have a jsp page in which a text box should automatically generate sequential values for id with ‘x+1’ as starting value? (where x is the last value in the database)
i wanna do it thru servlet. so how to do it with servlet?
also is it possible to do with jsp or javascript?
Thank u…

This discussion is locked

All Comments