TimesTen JDBC URL format without DSN

106 views Asked by At

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.

1

There are 1 answers

0
Jakub Znamenáček On

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>;