MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies the MySQL database component.
Delphi syntax:
property Database: TDatabase read FDatabase write SetDatabase;
C++ syntax:
__property Dbtables::TDatabase* Database = {read=FDatabase, write=SetDatabase};
Description
Use Database to link TMsgDatabaseMySQL with MySQL database component - TDatabase associated with MySQL ODBC data source.
The SQLConnection and Database properties are mutually exclusive. Setting one clears the other.
This database component will be used by MsgCommunicator components, connected to this TMsgDatabaseMySQL component.
|