Re: mySQL on unix vs ODBC

2001-09-12 Thread Steve Edberg
At 9:10 AM +0100 9/12/01, Peter Gad wrote: >Hi everyone ! > >We've got a problem: >running mySQL on unix(sun) we connect a third party >windows software over ODBC. All is nice until a windows path >is stored in the db > >Trying to store "C:\Program Files\3p SW\" > >I find that it becomes "C:Progra

RE: mySQL on unix vs ODBC

2001-09-12 Thread Peter Gad
ECTED]> 09/12/01 10:20AM >>> mySQL sees back slashes ("\") as escape sequence characters. Use either "\\" or substitute forward slashes ("/"). -Original Message- From: Peter Gad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 4:10

mySQL on unix vs ODBC

2001-09-12 Thread Peter Gad
Hi everyone ! We've got a problem: running mySQL on unix(sun) we connect a third party windows software over ODBC. All is nice until a windows path is stored in the db Trying to store "C:\Program Files\3p SW\" I find that it becomes "C:Program Files3p SW". Is it possible, by means of configura