Top Previous Next |
Developers that are familiar with database access can directly integrate with PageGate's database.
Note: Please consider other integration methods first. Writing improperly formatted lines to the database will interfere with PageGate's stability. Empty fields MUST be expressed as blank string values and CANNOT be left null. Each field value must exactly match the expected format.
This is probably the most efficient way to add messages to the message queue, but may not be an option in all programming environments. Another downside to this method is that it may be version specific (if the database structure changes in a future version of PageGate, the integration may stop working).
PageGate uses a Jet 4.0 database as it's back end. This is a MS Access 2000 compatible database. If you have the ability to write to MS Access 2000 databases, then you can write to the PageGate's database directly. New messages can be added to the PageGate's message queue by adding a new record to the 'messages' table in the 'pagegate.mdb' database.
Click here for field descriptions and values in the Messages table
Click here for field descriptions and values in the Users and Groups table |