This tutorial requires that you have a version of JBuilder that includes the JBuilder DataBroker database architecture components.
Note: All versions of JBuilder provide direct access to SQL data through the JavaSoft JDBC API. Some versions of JBuilder provide additional DataBroker components (on the Data Access tab of the Component Palette) that greatly simplify RAD visual development of database applications. Refer to the JBuilder product page from the Borland Web site for availability of features in each JBuilder version.
When you run this application, the GridControl displays the data from the sample employee table.
Make changes to the data displayed in the grid by inserting, deleting, and updating data. You can save the changes back to the Local InterBase employee database choosing either,
Note: Because of data constraints on the employee, the save operation may not succeed depending on the data you change. Since other edits may return errors, we suggest you make changes only to the FIRST_NAME and LAST_NAME values in existing rows until you become more familiar with the constraints on this table. For more information, see Installing Local InterBase Server and Tips on using InterBase in the Database Application Developer's Guide.