I have a db that I need to dump into a format that can be easily read my MS
Access. I tried the dump with regular PHPAdmin. Then I used the dump to
run a query in MS Access.
Errors occurred because MySQL inserts a backslash, "\", in front of an
apostophe that user enters in a text field and MS Access doesn't know how to
interpret that.
Any ideas for easily getting whatever kind of data from MySQL to MS Access?
Many thanks in advance!
Access. I tried the dump with regular PHPAdmin. Then I used the dump to
run a query in MS Access.
Errors occurred because MySQL inserts a backslash, "\", in front of an
apostophe that user enters in a text field and MS Access doesn't know how to
interpret that.
Any ideas for easily getting whatever kind of data from MySQL to MS Access?
Many thanks in advance!
Comment