dbx_escape_string Escape a string so it can safely be used in an sql-statement &reftitle.description; stringdbx_escape_string objectlink_identifier stringtext Escape the given string so that it can safely be used in an sql-statement. &reftitle.parameters; link_identifier The DBX link object returned by dbx_connect text The string to escape. &reftitle.returnvalues; Returns the text, escaped where necessary (such as quotes, backslashes etc). On error, &null; is returned. &reftitle.examples; <function>dbx_escape_string</function> example ]]> &reftitle.seealso; dbx_query