EPUB | CHM | PDF

TPSQLDirectQuery.Properties

Top Previous Next

Please see TPSQLDirectQuery properties short descriptions below:

In TPSQLDirectQuery

Active

Specifies whether or not a dataset is open.

Bof

Indicates whether or not a cursor is positioned at the First record in a dataset.

Database

Specifies the TPSQLDatabase component this component connects to to perform database operations.

Eof

Indicates whether or not a cursor is positioned at the last record in a dataset.

FieldNames

Returns name of a field by its index.

FieldsCount

Indicates the number of fields in fetched resultset.

FieldValues

Returns field value by it index.

IsEmpty

Indicates whether the dataset is empty.

Params

Contains the parameters for a query's SQL statement.

RecNo

Indicates or sets the current record number in the dataset.

RecordCount

Indicates the total number of records associated with the dataset.

SQL

Contains the text of the SQL statement to execute for the query.