Configuring database connection information

If your outbound connection is to a database, enter the following information in the Database Information page of the Create Connection wizard.

See “Configuring RepConnector for your database” for more information on how to configure your environment.

  1. Enter the JDBC URL information to connect to the database in the JDBC Connection URL field.

    For example, to connect to Adaptive Server, enter, where “testmachine” is the name of the machine where the data server is running and 5000 is the port number that the data server is listening on:

    jdbc:sybase:Tds:testmachine:5000
    
  2. Enter the name of the JDBC driver class that will be used to connect to the database.

    For example, the jdbc driver to connect to Adaptive Server is:

    com.sybase.jdbc3.jdbc.SybDriver
    
  3. Enter the user name and password that will be used to connect to the database.

Return to “Adding and configuring a new connection”.