What class should I instantiate in order to use the Sybase JDBC driver?
This depends on the version of jConnect you are intending to use. For jConnect 4.x, the class you would instantiate is com.sybase.jdbc.SybDriver. For example,Class.forName(“com.sybase.jdbc.SybDriver”).newInstance(); If you are using jConnect 5.x, the class you would instantiate is com.sybase.jdbc2.jdbc.SybDriver.