GetDatabaseTablePreview method
Overview
Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.
Parameters
| Name | Description | Type |
|---|---|---|
| qConnectionId |
Identifier of the connection. This parameter is mandatory. |
String |
| qDatabase |
Name of the database. This parameter is optional. If qDatabase is not set then qOwner must be set. |
String |
| qOwner |
Owner of the database. This parameter is optional. If qOwner is not set then qDatabase must be set. |
String |
| qTable |
Name of the table. This parameter is mandatory. |
String |
Outputs
The following is returned in the output:
| Name | Description | Type |
|---|---|---|
| qPreview |
List the values in the table. |
Array of DataRecord.
|