A physical database connection connects a Replication Server to a local database that contains primary or replicate data. A Replication Server distributes messages to and from a database via a connection.
Use these commands to manage database connections:
create connection – creates a database connection from Replication Server to a non-Sybase database. Adaptive Server database connections are added with rs_init.
alter connection – changes or configures a database connection.
drop connection – removes a database connection.
suspend connection – suspends a database connection.
resume connection – resumes a suspended connection.