Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Insert problem using '\'

forums forums SQLyog Using SQLyog Insert problem using '\'

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #14300
      Ritesh
      Member
      Quote:
      insert into data (fldBody) VALUES ('c:test');

      Change the query to

      insert into data (fldBody) VALUES ('c:\test');

      You have to escape the character '' with '\'

      HTH

    • #14301
      u3003-04-23
      Member

      Thanks Ritesh, that's great.

      Jim

Viewing 1 reply thread
  • You must be logged in to reply to this topic.