Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to insert into table when ID auto increment?

980757Jan 23 2014 — edited Jan 31 2014

I have a table Employee with EmloyeeID, EmployeeName, Email...

When i design table in database, i created a Sequence and then Trigger for EmployeeID to auto increment.

Now in ADF, actually in my web form: I don't want enter values for EmployeeID to insert into table,

but still error : required for EmployeeID...

how can i do it? Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2014
Added on Jan 23 2014
5 comments
711 views