Avoid database server exceptions

When an SQL statement involves the access method, the database server checks the purpose settings in the sysams system catalog table to determine whether the access method supports the statement and the keywords within that statement.

The database server issues an exception and an error message if the purpose settings indicate that the access method does not support a requested SQL statement or keyword. If a user inadvertently specifies a feature that the access-method design purposely omits and the SQL syntax conforms to the Informix® Guide to SQL: Syntax, the documentation does not provide a solution.

Specify access-method support for statements, keywords, and storage space types in the sysams system catalog table with a CREATE SECONDARY ACCESS_METHOD or Alter ACCESS_METHOD statement.