From 2abb5f6cb4d8d8a09e09a722693a8cdab846c4be Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 31 Oct 2000 08:11:07 +0000 Subject: [PATCH] update my email git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34933 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/oci8.xml b/functions/oci8.xml index a06932b121..2128869b91 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -179,7 +179,7 @@ OCIFreeCursor OCIDefineByName <?php -/* OCIDefineByPos example thies@digicol.de (980219) */ +/* OCIDefineByPos example thies@thieso.net (980219) */ $conn = OCILogon("scott","tiger"); @@ -248,7 +248,7 @@ OCILogoff($conn); OCIDefineByName <?php -/* OCIBindByPos example thies@digicol.de (980221) +/* OCIBindByPos example thies@thieso.net (980221) inserts 3 resords into emp, and uses the ROWID for updating the records just after the insert. */