Ora_Parse

(PHP 3, PHP 4 )

Ora_Parse -- parse an SQL statement

Description

int ora_parse ( int cursor_ind, string sql_statement, int defer)

This function parses an SQL statement or a PL/SQL block and associates it with the given cursor.

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.

See also ora_exec(), ora_fetch(), and ora_do().