L
Lukasz
Hi,
I have database on a server and I connect to it by specyfying address
in this form:
jdbc:rmi://rmihostname/jdbc-url,user, haselko
User and haselko are variables containing username and password to
database, not to the server.
rmihostname is an IP address and I was wondering if I can use an
address which will contain login and password to connect to the server.
Example: usernameassword@rmihostname
so the full adress could look like this:
jdbc:rmi://usernameassword@rmihostname/jdbc-url,user,haselko
I hope that my English and problem description is understandable.
I have database on a server and I connect to it by specyfying address
in this form:
jdbc:rmi://rmihostname/jdbc-url,user, haselko
User and haselko are variables containing username and password to
database, not to the server.
rmihostname is an IP address and I was wondering if I can use an
address which will contain login and password to connect to the server.
Example: usernameassword@rmihostname
so the full adress could look like this:
jdbc:rmi://usernameassword@rmihostname/jdbc-url,user,haselko
I hope that my English and problem description is understandable.