My driver claims to support JDBC 2.0, but some methods get an unsupported exception. How can I verify that the driver will work?
Location: http://www.jguru.com/faq/view.jsp?EID=564164 Created: Nov 27, 2001 Author: Joe Sam Shirah (http://www.jguru.com/guru/viewbio.jsp?EID=42100) The DatabaseMetaData class has a large number of supportsXXX methods which you can use to ensure that the operation will proceed or otherwise provide a workaround. See the API documentation for detailed information.