Please see TMySQLDatabase properties short descriptions below: Indicates whether or not a database connection is active. Sets connection character set. Sets connection collation. Specifies the time interval to awaiting for connection is established. Sets DB connection parameters. Specifies the name of the database to associate with this database component. Indicates the number of active datasets associated with the connection component. Returns or sets common properties for all datasets (tables, queries, stored procedures) attached this TMySQLDatabase component. Provides an indexed array of all active datasets for a database component. Returns or sets database properties to organize the component behavior at design-time. Deprecated property, use MultiThreaded instead Specifies the database handle. Specifies whether or not to share a database handle. Sets HOST on which server is running. Indicates whether a database transaction is in progress or not. Read this property value to ensure that SSL encryption is used for connection to MySQL server. Specifies whether an application remains connected to a database even if no datasets are open. Get last inserted value of AUTO_INCREMENT column from MySQL server Specifies whether a dialog appears immediately before opening a new connection. Sets 'max_allowed_packet' connection parameter value in megabytes. Allows usage of MySQL connection from several threads. Contains database connection parameters for the MySQL server. Sets server's port. Specifies that the database connection provides read-only access. Specifies server version like integer number. Sets options for SSL connection (encrypted protocol). Specifies the transaction isolation level for transactions. The user ID with which you log on to the database. To provide a password for the connection. Read this property value to ensure that UTF8 character set is used in the connection to MySQL server. This property is read-only. Returns number of warnings issued by server for latest query. |