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