OCIParse

OCIParse -- Parse a query and return a statement

Description

int OCIParse(int conn, strint query);

OCIParse() parses the query using conn. It returns true if the query is valid, false if not. The query can be any valid SQL statement.