I recently moved from MS Access to MySQL and discovered a small problem with strings containing "\". If I insert such string to a database using an ODBC connector with Visual C++, all the "\" are dropped. For example: "Z:\Mertel\Saturn" becomes "z:MertelSaturn".
However, if I link that table in an MS Access database and use the MS Access ODBC connector, I don't get this problem. But I don't want to use anoter layer of ODBC just to solve this problem.
How can I solve this problem *without* changing my string before insertion?
However, if I link that table in an MS Access database and use the MS Access ODBC connector, I don't get this problem. But I don't want to use anoter layer of ODBC just to solve this problem.
How can I solve this problem *without* changing my string before insertion?