escape sequences (i.e. \n) , ODBC and sybase -
01-05-2004
, 09:56 AM
Hi all,
I'm developing an MFC application that accesses Oracle and Sybase via
ODBC. The problem that I am having is somewhere (ODBC or the
database) an escape sequence (\n) is being translated. I do not want
this. I realize that I can insert an extra backslash to avoid this
translation, however, I was hoping that there might be some MFC ODBC
option to set or something to "turn off" in the database itself. Any
ideas?
Thanks in advance for any suggestions.
Mark Smith |