From ccd7665575daddae3e6be431b7215c9c99222a23 Mon Sep 17 00:00:00 2001 From: Thomas Fromm Date: Thu, 19 Apr 2001 15:56:08 +0000 Subject: [PATCH] small changes and translatet git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45547 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/oci8.xml b/functions/oci8.xml index 8bc68fa2b9..10a1d1bfcd 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -113,6 +113,7 @@ $clob = OCINewDescriptor($conn, OCI_D_LOB); OCIBindByName ($stmt, ":field2", &$clob, -1, OCI_B_CLOB); OCIExecute($stmt, OCI_DEFAULT); $clob->save ("some text"); +OCICommit($conn); ?>