SQLSetSuspend function (deprecated)

Indicates whether the state of open cursors should be saved on closing the application, for UltraLite ODBC. This function is specific to UltraLite and is not part of the ODBC standard.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLSetSuspend (
SQLSMALLINT HandleType,
SQLHSTMT StatementHandle,
SQLSMALLINT TrueFalse );
Parameters
  • HandleType   The type of handle to be allocated. UltraLite supports the following handle types:

    • SQL_HANDLE_ENV
    • SQL_HANDLE_DBC
    • SQL_HANDLE_STMT

  • StatementHandle   A statement handle.

  • TrueFalse   The output handle.

See also