Hi,
I have a strange problem. If I write "c:\temp" to a character field, an want to read it again,
I get "c:[TAB]emp"
So it delete the "\t" and replace it with a tab.
If I want to write "c:\marc", the result is "c:marc", so it delete the backslash.
I use MySQL & ADO.
How can I fix this?
Thanks