Project Notes


Project: Sample database application
This sample application contains the completed files referenced in the topic "Common database application tasks" in the Database Application Developer's Guide. It explores a typical database application and ties in individual features that are explored in various topics in the Database Application Developer's Guide.

This sample 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.


Before you can run this application, install and set up Local InterBase Server and the sample data source as described in Installing and setting up in the Database Application Developer's Guide.

When you run this application, the application window may be too tall to see the calculated fields and status information displayed near the bottom of the window. Depending on your monitor's resolution, you may want to resize the window so that this information is easily visible.

This application demonstrates the following functionality:

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.