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).