Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

com.sybase.jdbc2.jdbc.SybDriver

Status
Not open for further replies.

extempore

Programmer
Jun 1, 2001
71
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top