From e47fad089096fd8d70d78480f4727aeb4b077543 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 29 Mar 2002 14:47:32 +0000 Subject: [PATCH] Typo fixes in examples and in some explanatory texts git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75781 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/functions/oci8.xml b/functions/oci8.xml index c18dc326e8..a1ce85a7df 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -1,5 +1,5 @@ - + Oracle 8 functions OCI8 @@ -172,16 +172,16 @@ $sth = OCIParse ( $dbh, "begin sp_newaddress( :address_id, '$firstname', inttype - OCIDefineByName uses fetches SQL-Columns - into user-defined PHP-Variables. Be careful that Oracle user - ALL-UPPERCASE column-names, whereby in your select you can also - write lower-case. OCIDefineByName expects + OCIDefineByName binds PHP variables for fetches + of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names, + whereby in your select you can also write lowercase. + OCIDefineByName expects the Column-Name to be in uppercase. If you define a variable that doesn't exists in you select statement, no error will be given! - If you need to define an abstract Datatype (LOB/ROWID/BFILE) you + If you need to define an abstract datatype (LOB/ROWID/BFILE) you need to allocate it first using OCINewDescriptor function. See also the OCIBindByName function. @@ -191,7 +191,7 @@ $sth = OCIParse ( $dbh, "begin sp_newaddress( :address_id, '$firstname', "; OCIPLogon - Connect to an Oracle database and log on using a - persistent connection. Returns a new session. + Connect to an Oracle database using a + persistent connection Description @@ -484,8 +484,7 @@ print ""; OCINLogon - Connect to an Oracle database and log on using a new - connection. Returns a new session. + Establishes a new connection to Oracle Description