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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » sacapi.h

 

sqlany_clear_error function

Clears the last stored error code.

Syntax
void sqlany_clear_error( a_sqlany_connection * conn )
Parameters
  • conn   A connection object returned from sqlany_new_connection.

See also