It happens with quotes, like ". Access2SQL encloses fields
with the double quote " ", however, if a field value
contains the character ", it doesn't convert it to \".
e.g., if in Access I had a field value, literally, This
character, ", is a quote character, then when I do the
conversion, the SQL will be
INSERT INTO [...] ("This character, ", is a quote
character", "......
insert of
INSERT INTO [...] ("This character, \", is a quote
character", "......
Understand?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=481192
I don't understan what you meen. Can you send me a example
with Access2SQL output and the input to MySQL after you had
changed? Regards.
Logged In: YES
user_id=512156
It happens with quotes, like ". Access2SQL encloses fields
with the double quote " ", however, if a field value
contains the character ", it doesn't convert it to \".
e.g., if in Access I had a field value, literally, This
character, ", is a quote character, then when I do the
conversion, the SQL will be
INSERT INTO [...] ("This character, ", is a quote
character", "......
insert of
INSERT INTO [...] ("This character, \", is a quote
character", "......
Understand?
Logged In: YES
user_id=512156
Ooops type, "insert of" should be "instead of" :o