Rdbms Query View

This is a view on the RdbmsPointQuery component. It is typically a view for working with queries as you are developing them because queries execute immediately and the lower pane displays the results as soon as you click the Run button (or with some delay, depending on database size and network connection speed). If there are errors in the query, an error window opens an error message.
Figure 51.   Rdbms Query View
Image

Assuming you have already created at least one query, you access this view for that query by expanding the Drivers > RdbmsNetwork, expanding your rdbDatabase, expanding the Points folder, right-clicking the RdbmsPointQuery node, and clicking Views > RdbmsQueryView.

The Rdbms Point Query View has two panes and two buttons. The top Query pane is a text editor you use to type a query directly into the editor box. Any saved changes are also reflected in the Sql property of the RdbmsPointQuery Property Sheet. Saved changes in the Property Sheet are also reflected here.

Buttons

  • Run executes the query in Query pane.
  • Save saves the results of the query.