Create the application interface
    Create a button for inserting data into the database, a button for querying the database, and a label that displays the query results.
- Create the Insert button:- In theProject viewpane, expand theUIfolder.
- Right-clickMainWIndow (type)and select .
- Hover-over the button, select, and enter InsertButton. InsertButton.
- In thePropertiespane, in theTextfield, enterInsert Random Data.
 
- Create the Run Query button:- Right-clickMainWIndow (type)and select .
- Hover-over the button, select, and enter RunQueryButton. RunQueryButton.
- In thePropertiespane, in theTextfield, enterDisplay Query in Label.
 
- Create the query result label:- Right-clickMainWIndow (type)and select .
- Hover-over the label, select, and enter QueryResultLabel. QueryResultLabel.
- In thePropertiespane, in theTextfield, enterQuery Results....
 
- Arrange the interface elements.

Fornire un feedback