
In the connection URL,
url you define the properties of the connection to the database. You can find more detailed information in the documentation on the Java platform, see
http://java.sun.com
jdbc:sapdb://<database_computer>[:<port>]/<database_name>[?<option1>[&<option2>]...]
|
<database_computer> |
Name of the database computer |
|
<port> |
Port of the installation-specific X server on the database computer. |
|
<database_name> |
Database Name |
|
<option1>,<option2>,... |
Properties of the connection See |
jdbc:sapdb://PARMA:9876/DEMODB?sqlmode=ORACLE&timeout=120
Using this connection URL, you set up a connection to the DEMODB database on the remote computer PARMA. The X server on the PARMA computer uses port 9876. As connection options, you have selected the SQL mode ORACLE and a timeout for the database session of 120 seconds.