Querying a Database
You can use the SQL Editor to query a database using ad hoc SQL queries.
The SQL Editor can only be used with databases that include a Data Manipulation Language (DML). For more information on the extent of support, see the DBMS connector documentation for your DBMS.
- In the Uniface IDE, choose .
- In the Data Path field, specify the DBMS or network path with which you are accessing the data.
- Enter the SQL command.
Do not use a semicolon when entering your command.
Note: SQL statements that exceed 2 KB are truncated.
- Click SQL (or Ctrl+D)
to send your query to the database.
The results of the query are displayed in the DBMS Output field. To view more data, resize the dialog box.