Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC - Sybase Connectivity Issue

843859Sep 2 2008 — edited Sep 3 2008
I'm a Java beginner.When using the java JDBC i'm experiencing the following issues
Connection string used - jdbc:sybase:Tds:<Serverip>:<ServerPort>
Driver File - com.sybase.Jdbc2.Jdbc.SybDriver
Initially when i tried using these values i'm able to establish the database connection.But recently i changed the machine name.I'm using the same machine for both Database and Java.After the machine name changes i'm getting the following error

SQLException:Jz006:caught IOException:java.net.connect Exception.

Please help me...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2008
Added on Sep 2 2008
3 comments
1,814 views