TOC PREV NEXT INDEX



Creating the Database application


We will now create the database application. This application will allow users to type an SQL query and view the results in a table.

  1. In the IDE, choose 'Create a Main App' from the button bar. (The lightbulb button).
  2. Rename it 'QueryTable.Main' and then double-click it to open the Composer.
  3. Change the 'Title Bar' to 'SQL Query Table'.
  4. Check 'Generate Swing Code'.

Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX