Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
See Also |
Quick Tour |
Employee Form |
While in update mode, our application makes the following restrictions:
· users cannot navigate to another record or perform another function
· users cannot change the employee number since this is the primary key
To code the Update function, we write an event procedure for the Update button and modify our Commit procedure to handle both updating and adding records. Refer to the following sections: