is there any possibility of connecting two servers at atime in jdbc ,if it is possible please tell me how to dothis?
for example i want to connect to a databse in localhost and a database in someother host .
Printable View
is there any possibility of connecting two servers at atime in jdbc ,if it is possible please tell me how to dothis?
for example i want to connect to a databse in localhost and a database in someother host .
Create two connections?
Creating two, separate connections is simple. Connecting the two databases requires special support built into the databases themselves. Something like IBM's DRDA.
thank u for u r advices,my requirement is simple , so creating two connections is working for me