Home | Previous Page | Next Page   Performing Database Operations > Parameters, Escape Syntax, and Unsupported Methods >

Unsupported Methods and Methods that Behave Differently

The following JDBC API methods are not supported by IBM Informix JDBC Driver and cannot be used in a Java program that connects to an Informix database:

The Connection.setCatalog() and Connection.setReadOnly() methods return with no error. The other methods, above, throw the exception: Method not Supported.

The following JDBC API methods behave other than specified by the JavaSoft specification:

Important:
IBM Informix servers do not currently support read-only connections. For the IBM Informix JDBC Driver, Version 2.21.JC4, the implementation of the setReadOnly() method from the java.sql.Connection interface has been changed to accept the value passed to it by the calling process. The setReadOnly() method simply returns to the calling process without any interaction to the Informix database server. (Previous versions of the JDBC driver threw an unsupported method exception.) This change has been made to synchronize the functionality present in the IBM Informix JDBC Driver to the IBM DB2 JDBC driver and also to achieve a higher level of compliance in the Sun Conformance Test (CTS).
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]