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 C API reference » sacapi.h

 

sqlany_reset function

Resets a statement to its prepared state condition.

Syntax
sacapi_bool sqlany_reset( a_sqlany_stmt * stmt )
Parameters
  • stmt   A statement prepared successfully using sqlany_prepare.

Returns

1 on success, 0 on failure.

See also