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
Thanks Will, to avoid further misunderstandings - the escape"feature" of backslash" is fully understood. The problem is that the 3d party sw or the myODBC doesn't understand that the inbound text SHOULD HAVE backslash but does exactly whats expected - escape the next char. What I'm asking is - i