Returns the error information associated with the specified statement handle (command/cursor).

Namespace: PPJ.Runtime.Sql
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean GetStatementErrorInfo(
	ref SalNumber nErrorNumber,
	ref SalString sErrorDescription,
	ref SalString sSqlState
)

Parameters

nErrorNumber
Type: PPJ.Runtime..::..SalNumber%
sErrorDescription
Type: PPJ.Runtime..::..SalString%
sSqlState
Type: PPJ.Runtime..::..SalString%

Return Value

See Also