Runtime components : Service components : Database services
  
Database services
The following services provide database support and JDBC connectivity:
Database Table Mapping - Provides access to existing database tables
Electronic Journal - Provides storing and retrieving of data from a set of tables, usually in a database
Store - Allows host transaction data to be stored, usually in a database, for later forwarding
The toolkit provides a common and easy-to-use interface to access relational databases through services that use the Java standard JDBC interface. It does not provide JDBC drivers, but these are available from database vendors.
The Application Tables Service is a related component that provides static data storage.
See
Database Table Mapping
Electronic Journal
Store
Go up to
Service components