Date: 02/25/01
- Next message: fuzzy74: "[PHP-DOC] cvs: phpdoc /kr/functions mysql.xml"
- Previous message: Jaemin Byon: "[PHP-DOC] cvs: phpdoc /kr/functions pgsql.xml"
- Next in thread: fuzzy74: "[PHP-DOC] cvs: phpdoc /kr/functions oci8.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
fuzzy74 Sun Feb 25 10:15:10 2001 EDT
Modified files:
/phpdoc/kr/functions oci8.xml
Log:
encoding otf8
Index: phpdoc/kr/functions/oci8.xml
diff -u phpdoc/kr/functions/oci8.xml:1.5 phpdoc/kr/functions/oci8.xml:1.6
--- phpdoc/kr/functions/oci8.xml:1.5 Sun Feb 25 09:27:03 2001
+++ phpdoc/kr/functions/oci8.xml Sun Feb 25 10:15:10 2001
@@ -75,7 +75,7 @@
field2 = empty_clob()) returning field2 into :field2";
OCIParse($conn, $sql);
$clob = OCINewDescriptor($conn, OCI_D_LOB);
-OCIBindByName ($stmt, ":field2", &$clob, -1, OCI_B_CLOB);
+OCIBindByName ($stmt, ":field2", &$clob, -1, OCI_B_CLOB);
OCIExecute($stmt, OCI_DEFAULT);
$clob->save ("some text");
- Next message: fuzzy74: "[PHP-DOC] cvs: phpdoc /kr/functions mysql.xml"
- Previous message: Jaemin Byon: "[PHP-DOC] cvs: phpdoc /kr/functions pgsql.xml"
- Next in thread: fuzzy74: "[PHP-DOC] cvs: phpdoc /kr/functions oci8.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

