Before any database tables can be loaded or configured you must have a running database server. For instructions on installing your database server see vendor documentation (i.e. Microsoft SQL Server or Oracle).
1. Create Two empty databases and name them after your storefront (i.e. MyStore and MyStoreCC).
2. Setup an SYSTEM ODBC DSN for the "MyStore" database and name it DSN = MyStore.
see
ODBC Database Connection for instructions on
how to create Microsoft ODBC DSN (connections).
You must setup an ODBC DSN on every
computer that will be running SendSafe ASP or Robot code, this must include IIS
Web Server computer and the computer running the SendSafe robot.
Make sure you use SQL Server authentication, not Windows NT authentication.
3. Setup an SYSTEM ODBC DSN for the "MyStoreCC"
(credit card numbers) secure database and name it DSN = MyStoreCC.
see
ODBC Database
Connection for instructions on how to create Microsoft ODBC DSN
(connections). You need to setup an ODBC DSN for MyStoreCC only on the
computer that will be running SendSafe Robot code. You should not setup
an ODBC DSN on any IIS Web Server unless the robot code
(jsof.exe) is running on that IIS Web Server.
Make sure you use SQL Server authentication, not Windows NT authentication.
4. Setup database User Accounts for the SendSafe Robot (backend system):
5. Setup database User Accounts for ASP Page Access: