Selecting a data source

The data source you choose determines how you select the data that will be used in the DataWindow object.

NoteAbout the term data source The term data source used here refers to how you use the DataWindow editor to specify the data to retrieve into the DataWindow object. Data source can also refer to where the data comes from, such as an Adaptive Server Anywhere data source (meaning a database file).

If the data is in the database

If the data for the DataWindow object will be retrieved from a database, choose one of the following data sources:

Data source

Use when

Quick Select

The data is from a single table (or from tables that are related through foreign keys) and you need only to choose columns, selection criteria, and sorting.

SQL Select

You want more control over the SQL SELECT statement generated for the data source or your data is from tables that are not connected through a key. For example, you need to specify grouping, computed columns, or retrieval arguments within the SQL SELECT statement.

Query

The data has been defined as a query.

Stored Procedure

The data is defined in a stored procedure.

NoteColumn limit There is a limit of 1000 on the number of columns in a DataWindow object.

If the data is not in a database

Select the External data source if:

After you choose a data source in the various DataWindow wizards, you specify the data. The data source you choose determines what displays in the wizards and how you define the data.

Why use a DataWindow if the data is not from a DBMS

Even when the data is not coming from the database, there are many times when you want to take advantage of the intelligence of a DataWindow object: