Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道知道服务器OP、端口、用户和密码的情况下,JDBC URL的格式应该是什么。我不能使用 ODBC (DSN)。
我试过:jdbc:timesten:client://<server>:<port>/<db>,但它不起作用。
jdbc:timesten:client://<server>:<port>/<db>
即使我无法在任何地方找到它,我也可以通过尝试大量选项来使其正常工作。为了节省其他人一些时间,这对我有用。
jdbc:timesten:client:TTC_SERVER=<server>;TCP_PORT=<port>;TTC_SERVER_DSN=<DB name>;