Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Defining queries – PB Docs 125 – PowerBuilder Library

Defining queries – PB Docs 125

Defining queries

A query is a SQL SELECT statement
created in the Query painter and saved with a name so that it can be
used repeatedly as the data source for a DataWindow object.

Queries save time, because you specify all the data requirements
just once. For example, you can specify the columns, which rows
to retrieve, and the sorting order in a query. Whenever you want
to create a DataWindow object using that data, simply specify the query
as the data source.

proc.png To define a query:

  1. Select File>New from the menu
    bar.

  2. In the New dialog box, select the Database tab.

  3. Select the Query icon and click OK.

  4. Select tables in the Select Tables dialog box
    and click Open.

    You can select columns, define sorting and grouping criteria,
    define computed columns, and so on, exactly as you do when creating
    a DataWindow object using the SQL Select
    data source.

For more about defining the SELECT statement,
see “Using SQL Select”.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x