Specifies the TPSQLDatabase component this component connects to to perform database operations. Syntax: property Database : TPSQLDatabase; Description: Use Database property to access the connection and some other properties, events, and methods of the database component associated with this dataset. In design-time you may choose database from drop-down list for given TPSQLDirectQuery component. See also: TPSQLDatabase component |