December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The application demonstrated here uses the Swing API to create a GUI window that displays the results of a query in a tabular format and allows the user to modify those results and apply updates to the database (see Figure 30-6). The user can delete rows from the table display and have those deletes applied to the database table. The user can also insert rows into the table display and have those inserts applied along with other updates directly to the database table.

We will first look at a version of this application as a client/server type of application, ...
Read now
Unlock full access