Troubleshooting

JDBC 2.0 Feature Not Implemented

When I try to use a 2.0 feature, I get an error message and/or a stack trace saying that the feature is not implemented.

If you find yourself in a situation where one or more JDBC 2.0 features are not implemented for your driver or database, unfortunately there's not a great deal you can do. The first thing to do is check with the driver and database vendor to see if there's an update that supports the feature or features that are missing. If that doesn't work, you can check around to see if there is another vendor that provides a driver that does implement the new features. For the bigger databases, such as, Oracle or Microsoft SQL Server, usually more than one vendor provides drivers.

You might ...

Get Special Edition Using Java 2 Standard Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.