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