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.
create connection – creates a database connection from Replication Server to a non-Sybase database. Adaptive Server database connections are added with rs_init.
create connection using profile clause – uses predefined information to configure the connection between Replication Server and a replicate non-Adaptive Server database, and, if needed, to modify the RSSD, and the replicate data server and database.
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.