Jul 15 2008
PHP ociparse Error Handling
ociparse
(PHP 4, PHP 5, PECL oci8:1.0-1.2.4)
ociparse — Alias of oci_parse()
Description
This function is an alias of: oci_parse().
$stmt = OCIParse($conn, $query);
if (!$stmt) {
$err = OCIError($conn);
echo “Error:”.$err[”message”];
}

