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


TMsgDatabaseMySQL
Hierarchy    Properties    
Top  Previous  Next

Contains database settings.

Unit
MsgDatabaseMySQL

Description
TMsgDatabaseMySQL is the MsgCommunicator database component (TMsgDatabase descendant) based on MySQL database.
It can be used for searching and storing user data and message history.
TMsgDatabaseMySQL provides two method of establishing connection to the MySQL database server:
- using MySQL ODBC driver and BDE (property Database);
- using MySQL dbExpress driver (property SQLConnection).
If you need another method of MySQL connection or other database, please contact us at [email protected].

Look at Databases\MySQL demo for example of client and server applications built with MsgCommunicator Accuracer Database Module.

You should install the following products to use this component:
- MsgCommunicator v.2.00 and higher;
- MsgCommunicator MySQL Database Module (available at www.aidaim.com
for additional price);
- Temporary Table Component via SQLMemTable (can be downloaded from www.aidaim.com
for free) - if you need to search in server message history from client.


© AidAim Software MsgCommunicator: