On Thu, Jul 05, 2001 at 04:40:09PM +0900, Michael Cheung wrote:
> Hi;
>
> Linux 2.2.18 + oracle 8.1.7i + php 4.0.5 + oci8
> I got a warning in log file.
> "PHP Warning: failed to rollback outstanding transactions!"
>
> I have simplify the script.
> it will cause the warning.
>
> function ShowError($errormsg,$dbh=false)
> {
> if($dbh!=false) OCILogOff($dbh);
> exit();
> }
>
> $dbh=OCILogon("weboracle","cyber","");
> ShowError("Login Error",$dbh);
THANX - will fix _NOW_!
>
>
> Regards;
> Michael
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]