Before you can use jConnect in your application, load the driver with the following statement:
DriverManager.registerDriver( (Driver)
Class.forName(
"com.sybase.jdbc3.jdbc.SybDriver").newInstance()
); |
Using the newInstance method works around issues in some browsers.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |