Allows you to specify the escape character used in the LIKE clause of SQL Statements generated by the ODBC driver when returning a list of tables or column.
By default, the ODBC driver uses the tilde (~) as an escape character, but some applications assume that the escape character is a backslash (\). For example, the default escape character for characters stored as hexadecimal codes and symbols is a backslash (\), so \x0A represents the line feed character.