You can read live customer data from, and write tracking data to, your own database using RocketSales. Your database must support the SQL query language and the ODBC (Open Database Connectivity) standard.
To connect to another database:
RocketSales reads, but does not modify, your existing database tables. Instead, it writes tracking data to its own tables in your database. These new tables are called RS_Subscribers, RS_Mailings and RS_System.
The RS_Suscribers table is RocketSales’ master list. Within the program, this table is shown as Main. No matter which table you send from, all email addresses are copied into RS_Subscribers after being checked for duplicates. This table maintains the unsubscribe and tracking information for every user. It also maintains the information which RocketSales uses to prevent duplicate messages going out to the same user during a single mailing.
The default RocketSales database is stored in Microsoft Access format at the following location:
If you need to export unsubscribe information, run a report which RocketSales does not provide, or do a complex import into a new table of your own, simply open this file in Microsoft Access 2000 or a later version. The data you need is stored in the RS_Subscribers table.
It’s strongly recommended that you not edit any data in RocketSales’ internal tables, or unrecoverable errors may result.