sterling                Sun May  6 19:22:53 2001 EDT

  Modified files:              
    /phpdoc/en/functions        oci8.xml 
  Log:
  remove fud from last commit
  
  
  
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.20 phpdoc/en/functions/oci8.xml:1.21
--- phpdoc/en/functions/oci8.xml:1.20   Sun May  6 18:35:01 2001
+++ phpdoc/en/functions/oci8.xml        Sun May  6 19:22:52 2001
@@ -260,13 +260,7 @@
   records just after the insert.
 */
 
-$conne {
-     // $lob_upload contains the temporary filename of the uploaded file
-     $conn = OCILogon($user, $password);
-     $lob = OCINewDescriptor($conn, OCI_D_LOB);
-     $stmt = OCIParse($conn,"insert into $table (id, the_blob) 
-               values(my_seq.NEXTVAL, EMPTY_B
-= OCILogon("scott","tiger");
+$conn = OCILogon("scott","tiger");
 
 $stmt = OCIParse($conn,"insert into emp (empno, ename) ".
                                           "values (:empno,:ename) ".


Reply via email to