Hi Everybody, Thanks guys our code worked. We just changed the <sid> entry to the database name and all the things worked:
Connection myConn =
DriverManager.getConnection("jdbc:oracle:thin:@<ipaddress>:1521:<sid>",
"<username>", "<password>");
where <sid> to the oracle <database name>
Thanks,
With regards,
Vikas nagpal.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
