the jdbc connect string depends on the used dbms and jdbc driver.
这个jdbc连接字符串取决于所使用的dbms和jdbc驱动程序。
remoteserverdsn: this parameter specifies the back-end connect string (direct linking) or data source name (driver manager).
remoteserverdsn:该参数指定后端连接字符串(直接链接)或数据源名称(驱动程序管理器)。
an example connect string for db2 for the jcc driver would be jdbc:db2://localhost:50000/myhubdbname.
localhost:50000/myhubdbname 是一个针对jcc驱动程序和db2 的示例连接字符串。
in this example, this connect string is jdbc:derby:test;create=true.
在本例中,该连接字符串是jdbc:derby:test;create=true。
using a connect string avoids defining a machine or file dsn and passes the connection information directly to the odbc driver manager.
使用连接字符串可以避免定义计算机或文件dsn,并可将连接信息直接传递给「odbc驱动程序管理器」。