The information in this article applies to:
SYMPTOMSWhen running your Java class that uses the JDBC bridge with the SDK for Java 2.0 or newer, you see the following exception:
CAUSEOne of the frequent causes for this exception is running any application that the JDBC bridge shipped with the SDK for Java 2.0 Beta. RESOLUTIONIn general, the package name has changed to com.ms.jdbc.odbc with Internet Explorer 4.0x and SDK for Java 2.0 or later virtual machine. For example the following lines should be changed:
or
to:
MORE INFORMATIONOther common causes for "No suitable driver" are invalid connection strings, user IDs, passwords, and security restrictions imposed on the driver (if it was downloaded and is not trusted). REFERENCES
More information on the JDBC driver is included the SDK for Java
documentation and the "JDBC" sample available with the SDK for Java.
http://support.microsoft.com/support/visualj/ Additional query words:
Keywords : kbSDKJava300 kbSDKJava310 JDB kbSDKJava320 |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |