Connecting to Oracle and Sybase from same Java program
rahulrasOct 29 2004 — edited Oct 30 2004Hi all,
I have a requirement that, I need to write a Java/JDBC program which will connect to Oracle and Sybase both databases.
This will be used to transfer data between applications and/or validate certain data residing on different databases.
Have anybody done this before ?
What all setups need to be done ? Can I get a code sample of it, specifically of the part where we establish connection with both of them ?
Help needed.
Regards