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 have to change the type of driver that you are using to find one that supports the features you need. This might cause some performance risks, but if the features are important enough to your application, it's probably a good tradeoff .

   


Special Edition Using Java 2 Standard Edition
Special Edition Using Java 2, Standard Edition (Special Edition Using...)
ISBN: 0789724685
EAN: 2147483647
Year: 1999
Pages: 353

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net