This topic is locked

Oracle sequence numbers

11/17/2011 10:51:55 AM
PHPRunner General questions
E
Eddieyo author

Is there a way to specify the sequence to use when using ORACLE so you can get a sequence.nextval for assigning the primary key to a new record?

Sergey Kornilov admin 11/17/2011

It works this way automatically. Simply make sure key column does not appear on the Add page - Oracle will assign a new value to it.