Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere for Ruby » SQL Anywhere Ruby API

 

sqlany_clear_error

Clears the last stored error code.

Syntax
sqlany_clear_error ( $conn )
Parameters
  • $conn   A connection object returned from sqlany_new_connection.

Returns

Returns nil.

See also
Example
api.sqlany_clear_error( conn )