This function compiles the anonymous PL/SQL block. This function looks very much like the regular SqlPrepare function, but the underlying code is meant specifically for handling Oracle PL/SQL blocks.

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 PLSQLPrepare(
	SalSqlHandle hSql,
	string plsql
)

Parameters

hSql
Type: PPJ.Runtime.Sql..::..SalSqlHandle
A handle that identifies a database connection.
plsql
Type: System..::..String

Return Value

bOk

See Also