Configuring the JDBCConnector

The JDBCConnector must be set up to access the database table.

JDBCConnector properties configuration

See the Adapter for JDBC User Guide for configuration information specific to the database instance being used.

The JDBCConnector does not need to poll an events table looking for events. As a result, set the JDBCConnector standard configuration property PollFrequency to the value no. The JDBCConnector must be configured to support the SerialObject (or its replacement) with agent support.

If the value of the DataStore collaboration object's GENERATE_KEY configuration property is true, the JDBCConnector must be configured to generate a unique key. Any of the three methods specified in the Adapter for JDBC User Guide can be used. The App Spec Info in the ObjectKey attribute of the SerialObject ASBO (or its replacement) must be modified accordingly.

Some JDBCConnector configuration values specific to usage with a DataStore collaboration object are listed in the following table:
Property type Property Value
Standard PollFrequency no
Connector specific ArchiveProcessed false
Connector specific EventTableName null

Parent topic: Setting up the Datastore collaboration object