I am trying to log full path names to a mysql database. Backslashes need to be doubled as in \\Root\\Myfolder. This feature would be similar to %Reply_CStyle% macro.
Other workaround suggestions would be appreciated!
Thanks
Bob Roswell
Create Macro %FullPath_CStyle% to avoid backslash ODBC prob.
DOn't know about the standard, but can document
that most systems in real life treat the \ as an escape character.
Found a fix for MYSQL
# SERVER SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
[mysqld]
sql-mode=NO_BACKSLASH_ESCAPE
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
[mysqld]
sql-mode=NO_BACKSLASH_ESCAPE