Cicode Programming Reference > Cicode Function Categories > SQL Functions > SQLEnd

SQLEnd

The function can be called with:

This function is a blocking function and should not be called from a foreground task.

Syntax

SQLEnd(hGeneral)

hGeneral:

The handle either to:

Return Value

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

Related Functions

SQLCreate, SQLOpen, SQLClose, SQLDispose, SQLConnect, SQLDisconnect, SQLInfo, SQLSet, SQLAppend, SQLExec, SQLGetRecordset, SQLCall, SQLGetScalar, SQLEnd

Example

See SQLConnect

See Also

SQL Functions

Published June 2018