What's the format of the JDBC-ODBC Bridge JDBC URL?

The Easysoft JDBC-ODBC Bridge JDBC URL format is:

jdbc:easysoft://server_name:8831/dsn_name:logonuser=os_user:logonpassword=password:user=db_user:password=password

where:

  • server_name is the host name or IP address of the machine where the JDBC-ODBC Bridge server is running.
  • dsn_name is the ODBC data source that holds the connection details for the database you want to access.
  • os_user is a valid operating system user name for the machine where the JDBC-ODBC Bridge server is running.
  • password is the password for this user.
  • db_user is a valid user name for the database you want to access, if required.
  • password is the password for this user.