Returns the error information associated with the specified session.

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 static SalBoolean GetSessionErrorInfo(
	SalSqlSessionHandle hSession,
	ref SalNumber nErrorNumber,
	ref SalString sErrorDescription,
	ref SalString sSqlState
)

Parameters

hSession
Type: PPJ.Runtime.Sql..::..SalSqlSessionHandle
nErrorNumber
Type: PPJ.Runtime..::..SalNumber%
sErrorDescription
Type: PPJ.Runtime..::..SalString%
sSqlState
Type: PPJ.Runtime..::..SalString%

Return Value

See Also