Home » Database » MDB2_Driver_oci8 » Bug #4796
pb wiht autoCommit
Details
| Submitted | 2005-07-12 05:42 UTC |
|---|---|
| From | charles dot chokote at yob dot fr |
| Status | Bogus |
| Package | MDB2_Driver_oci8 |
| PHP Version | 5.0.4 |
| OS | Windows 2003 |
| Roadmaps | (Not assigned) |
Comments
[2005-07-12 05:42 UTC] charles dot chokote at yob dot fr
Description:
------------
Hi,
When i tried to use MDB2 with new MDB2_Driver_oci8, i have this message :
Fatal error: Call to undefined function: MDB2_Driver_oci8::autoCommit(). in c:\php\PEAR\MDB2.php on line 1548
[2005-07-12 07:53 UTC] smith at backendmedia dot com
Use beginTransaction() to start a transaction.
[2005-07-12 07:54 UTC] smith at backendmedia dot com
At a later point auto commit handling will be readded via another method.