torben Tue Feb 12 16:23:08 2002 EDT
Modified files:
/phpdoc/en/functions uodbc.xml
Log:
Clear this up a little.
Index: phpdoc/en/functions/uodbc.xml
diff -u phpdoc/en/functions/uodbc.xml:1.31 phpdoc/en/functions/uodbc.xml:1.32
--- phpdoc/en/functions/uodbc.xml:1.31 Tue Feb 12 16:12:22 2002
+++ phpdoc/en/functions/uodbc.xml Tue Feb 12 16:23:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<reference id="ref.odbc">
<title>Unified ODBC functions</title>
<titleabbrev>ODBC</titleabbrev>
@@ -486,13 +486,12 @@
<listitem>
<simpara>
If you wish to store a string which actually begins and ends
- with single quotes, and you cannot escape them with
- backslashes--for instance, if your server requires single
- quotes to be escaped by doubling them (<literal>''</literal>)
- instead of backslashing them (<literal>\'</literal>)--then
- you must use another mechanism to store them (such as
- executing the query directly with
- <function>odbc_exec</function>).
+ with single quotes, you must escape them or add a space or
+ other non-single-quote character to the beginning or end of
+ the parameter, which will prevent the parameter's being taken
+ as a file name. If this is not an option, then you must use
+ another mechanism to store the string, such as executing the
+ query directly with <function>odbc_exec</function>).
</simpara>
</listitem>
</itemizedlist>