Product Documentation

c-treeACE V10.3 Update Guide

Previous Topic

Next Topic

Direct SQL - ctsqlClearError function

A new function was added to clear the error information returned by ctsqlGetError() and ctsqlGetErrorMessage():

ctsqlClearError

Declaration

void ctsqlClearError(pCTSQLCONN hConn)

Description

Clears the error information returned by ctsqlGetError() and ctsqlGetErrorMessage().

Return

Void.

See Also

  • ctsqlGetError()
  • ctsqlGetErrorMessage()

TOCIndex