small changes and translatet

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45547 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Fromm 2001-04-19 15:56:08 +00:00
parent c13da29033
commit ccd7665575

View file

@ -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);
?>
</programlisting>