Allows usage of MySQL connection from several threads. Syntax: property MultiThreaded: Boolean; Description: If MultiThreaded is True, the internal connection handle usage is protected with critical sections. This means that you can safely use TMySQLDataset descendants (TMySQLTable, TMySQLQuery, TMySQLStoredProc) connected to TMySQLDatabase component in different threads of the application.
|