The IBM Informix JDBC Driver implementation of the Statement.execute() method returns a single ResultSet object. Because the server does not support multiple ResultSet objects, this implementation differs from the JDBC API specification, which states that the Statement.execute() method can return multiple ResultSet objects.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]