IBDAC

TIBCDataSetOptions.ExtendedFieldsInfo Property

Used to perform an additional query to get information about the returned fields and the tables they belong to.

Class

TIBCDataSetOptions

Syntax

property ExtendedFieldsInfo: boolean default True;

Remarks

Use the ExtendedFieldsInfo property to perform an additional query to get information about the returned fields and the tables they belong to.

If True, an additional query is performed to get information about the returned fields and the tables they belong to. This information includes the NOT NULL attribute of the field, the SEQUENCE linked to the field, and the table name corresponding to the field. The table name is needed to detect fields that belong to the updated table and set the read-only attribute for all other fields returned by the query.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback