Can someone help with this issue. I am trying to retrieve the data from a table using JSP/Bean and when I run it its getting into this catch
catch (Exception e){
browserOutput = " Error: JDBC Class creation: " + e.getMessage();
}
The ouput being "Error: JDBC Class creation: com.sybase.jdbc2.jdbc.SybDriver"
I have my classpath in my machine as $JDBC_HOME/classes/jconn2.jar
I am using websphere/sybase/jconnect5.2/jsp/beans
Thanks
catch (Exception e){
browserOutput = " Error: JDBC Class creation: " + e.getMessage();
}
The ouput being "Error: JDBC Class creation: com.sybase.jdbc2.jdbc.SybDriver"
I have my classpath in my machine as $JDBC_HOME/classes/jconn2.jar
I am using websphere/sybase/jconnect5.2/jsp/beans
Thanks