This function executes the anonymous PL/SQL block that was prepared using SqlOraPLSQLPrepare. If the execution succeeds, then all output parameters from the PL/SQL block are updated by the time the control returns to the user.

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 bool PLSQLExecute(
	SalSqlHandle hSql
)

Parameters

hSql
Type: PPJ.Runtime.Sql..::..SalSqlHandle
The sql handle associated with the prepared Anonymous PL/SQL block.

Return Value

Boolean

See Also