Menu

#3 Escaping characters

open
8
2003-01-30
2003-01-11
Adam Alkins
No

It'll be good if special characters would be escaped
when converted. I have to manually escape them for
MySQL. Great program though.

Discussion

  • Jorge Espiridiăo

    • assigned_to: nobody --> espiridiao
     
  • Jorge Espiridiăo

    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.

     
  • Jorge Espiridiăo

    • labels: --> Improvements
    • priority: 5 --> 8
     
  • Adam Alkins

    Adam Alkins - 2003-02-02

    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?

     
  • Adam Alkins

    Adam Alkins - 2003-02-03

    Logged In: YES
    user_id=512156

    Ooops type, "insert of" should be "instead of" :o

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.