Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Adding Records

See Also
Quick Tour
Employee Form

In our application, the following buttons allow users to add employee records to the database:

· Add

· Commit

To add a record, the user clicks on the Add button, enters the new fields in the text boxes, and clicks the Commit button to save the data to the database.

The code for the Add function is split between the event procedures for the Add and Commit buttons. Refer to the following sections:

Coding the Add Button

Coding the Commit Button (Add)