I have the same question and looking for com.sybase.jdbc.SybDriver. Thanks. Mike.
Stanley Tan
Ranch Hand
Joined: May 17, 2001
Posts: 243
posted
0
Well, the first place to look should be the Sybase web site since you are looking for a sybase driver. Why don't you head over to http://www.sybase.com/downloads and try to download the drivers from there. Once downloaded, add it to somewhere in your classpath like C:\JDK_HOME\jre\lib\ext or just modify your classpath to include the ZIP file. From there, you can access com.sybase.jdbc.SybDriver in your code and it should work fine. HTH and good luck!