Cicode Programming Reference > Cicode Function Categories > SQL Functions Introduction > SQLTraceOff

SQLTraceOff

Turns off the debug trace. Use this function to stop tracing function calls that are made to the database.

Syntax

SQLTraceOff()

Return Value

0 (zero) if successful, otherwise an error number is returned. (For details of the 307 error code, call the SQLErrMsg function).

Related Functions

SQLBeginTran, SQLCommit, SQLConnect, SQLDisconnect, SQLEnd, SQLErrMsg, SQLExec, SQLFieldInfo, SQLGetField, SQLInfo, SQLNext, SQLNoFields, SQLNumChange, SQLRollBack, SQLTraceOn

Example

See SQLFieldInfo

See Also

SQL Functions