MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgDatabase
Hierarchy    Properties    
Top  Previous  Next

Contains database settings.

Unit
MsgDatabase

Description
TMsgDatabase is a base class for database components in MsgCommunicator. You should not create objects of this class.
Use TMsgDatabase descendants to specify the database for storing user data and message history on server or for searching users and messages on client.
If you need to search in server message history from client, you should specify the temporary table component (TMsgTempTable descendant).
The TMsgDatabase and TMsgTempTable descendant components can be found in database modules.

There are following database modules:
- MsgCommunicator Accuracer Database Module (available at www.aidaim.com for additional price):
TMsgDatabaseAccuracer and TMsgTempTableAccuracer components;
- MsgCommunicator MySQL Database Module (available at www.aidaim.com
for additional price):
TMsgDatabaseMySQL component;
- Temporary Table Component via SQLMemTable (can be downloaded from www.aidaim.com
for free):
TMsgTempTableSQLMemTable component.

If you need another database, please contact us at [email protected]
.



© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sdk