From b132494b94fd562c4ef3d2427527844797ea81fe Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 12 Feb 2002 21:23:06 +0000 Subject: [PATCH] Clear this up a little. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70130 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/uodbc.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/functions/uodbc.xml b/functions/uodbc.xml index 6620460ea7..e97fd4903c 100644 --- a/functions/uodbc.xml +++ b/functions/uodbc.xml @@ -1,5 +1,5 @@ - + Unified ODBC functions ODBC @@ -486,13 +486,12 @@ 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 ('') - instead of backslashing them (\')--then - you must use another mechanism to store them (such as - executing the query directly with - odbc_exec). + 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 odbc_exec).