| Author |
how to connect to a remote database
|
Dharmesh Gangani
Ranch Hand
Joined: Feb 20, 2004
Posts: 30
|
|
Guys... anybody can help me on this... I need to write a class which can connect to an (oracle) database (remote / local). For the local database, i dont have a problem. But how do i connect to oracle db residing on a remote server. Any help will be appertiated. [ February 20, 2004: Message edited by: Dharmesh Gangani ]
|
-=-=-=-=-=-=-=-=-=-<br />Thanks & Regards,<br />Dharmesh G.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
If it's from a desktop or webapp type application, in the connection URL just provide the hostname/ip address instead of saying localhost/127.0.0.1. Nothing else should change. If you are trying to do this from an Applet it becomes more difficult.
|
 |
 |
|
|
subject: how to connect to a remote database
|
|
|