Creating a replicate database connection  Configuring a database connection

Chapter 3: Administering ASE Replicator

Deleting a database connection

Before you can delete an ASE Replicator database connection, you must delete all publications or subscriptions associated with that database connection.

You delete primary database connections and replicate database connections separately for each database.

StepsTo delete a primary database connection

  1. Use sp_dropprimaryconn with the following syntax:

    sp_dropprimaryconn "conn_name"
    

    where conn_name is the connection name in the form ds.db.

StepsTo delete a replicate database connection

  1. Use sp_dropreplicateconn with the following syntax:

    sp_dropreplicateconn "conn_name"
    

    where conn_name is the connection name in the form ds.db.





Copyright © 2004. Sybase Inc. All rights reserved. Configuring a database connection

View this book as PDF