SQL "quotes" inside

Discussion in 'Databases' started by jonyroufe, Nov 8, 2009.

  1. #1
    hello,
    I wanted to know how do i enter a " ' " inside an sql insert command in c# without breaking the command.?

    thank's
    jony
     
    jonyroufe, Nov 8, 2009 IP
  2. n3r0x

    n3r0x Well-Known Member

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #2
    escape it with \ like \'
     
    n3r0x, Nov 8, 2009 IP