Click or drag to resize

TDengineStmtErrorStr Method

get detail error message when got failure for any stmt API call. If not failure, the result returned in this API is unknown.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static string StmtErrorStr(
	IntPtr stmt
)

Parameters

stmt
Type: SystemIntPtr
could be the value returned by 'StmtInit', that may be a valid object or NULL.

Return Value

Type: String
error string
See Also