简体   繁体   中英

TimesTen JDBC URL format without DSN

I would like to ask what should be the format of JDBC URL when I know the server OP, port, user and password. I cannot use ODBC (DSN).

I have tried: jdbc:timesten:client://<server>:<port>/<db> , but it is not working.

Even though I could not find it anywhere I was able to get it working by trying huge amount of options. To save others some time, here is what worked for me.

jdbc:timesten:client:TTC_SERVER=<server>;TCP_PORT=<port>;TTC_SERVER_DSN=<DB name>;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM