Skip to main content Skip to complementary content

GetDatabaseTables method

Overview

Lists the tables inside 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

Outputs

The following is returned in the output:

Name Description Type
qTables

List of the tables.

Array of DataTable

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!