The type of connectivity driver used on the primary database connection.
<not_configured> (One of the following values is set automatically when the Replication Agent instance is created.)
MSSQLJDBC – Replication Agent uses the Microsoft SQL Server JDBC 2.0 driver to connect to the primary Microsoft SQL Server database.
ORAJDBC – Replication Agent uses the Oracle JDBC driver to connect to the primary Oracle database.
UDBODBC – Replication Agent uses the DB2 Universal Database JDBC driver to connect to the primary database in DB2 Universal Database.
The value of the pds_connection_type parameter is set automatically at the time a Sybase Replication Agent instance is created. The specific value depends on the type of Sybase Replication Agent instance created.
Sybase recommends that you do not change
the default value of the pds_connection_type parameter.
The value of the pds_connection_type parameter determines which of several other Sybase Replication Agent configuration parameters related to the primary database connection must also have values specified.
MSSQLDBC requires corresponding values for the following parameters:
pds_server_name
pds_port_number
pds_database_name
UDBODBC requires corresponding values for the following parameters:
pds_database_name
pds_datasource_name
ORAJDBC requires corresponding values for the following parameters:
pds_host_name
pds_port_number
pds_database_name
The value of the pds_connection_type parameter is set automatically when a Replication Agent instance is created.