JDBC - Sybase Connectivity Issue
843859Sep 2 2008 — edited Sep 3 2008I'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...