Error Code
Posted: Tue Mar 02, 2004 6:20 am
Hi all,
I am new to PHP and I am using Zend engine version: 1.3.0 and PHP3.
I am using ora_errorcode function to get Error Code but it is giving undefined function message.
My code is as follows
$errorCode = ora_errorcode($connection);
echo('errorCode is '.$errorCode);
$errorDesc = sqlite_error_string($errorCode);
echo('errorDesc is '.$errorDesc);
Please help me in this issue.
Thanks,
Murali
I am new to PHP and I am using Zend engine version: 1.3.0 and PHP3.
I am using ora_errorcode function to get Error Code but it is giving undefined function message.
My code is as follows
$errorCode = ora_errorcode($connection);
echo('errorCode is '.$errorCode);
$errorDesc = sqlite_error_string($errorCode);
echo('errorDesc is '.$errorDesc);
Please help me in this issue.
Thanks,
Murali