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

Blob display of text

forums forums SQLyog Using SQLyog Blob display of text

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #7852
      jbrasher
      Participant

      🙁 I'm new to MySQl and SQLYOG and am generally getting what I want but…

      I'm loading comment data into a blob and when I display the data in the reult area and click on the [blob] the data displays in one long scrollable line.

      I'd like to be able to break each line and scroll vertically if necessary.

      I assume there is a control character of somekind I can embed which would allow me to begin a new line.

      X'0a' '0c' '0d' haven't worked can anyone give me a hand? 🙁

      Thanks,

      John 😉

    • #14103
      Ritesh
      Member

      Hello

      You have to insert ASCII value 13 and 10 whereever you want a line break i.e. CR-LF in Windows 😀

      HTH

    • #14104
      jbrasher
      Participant

      Thank you for your help, it turned out ot be an FTP problem.

      Everything is working correctly. 🙂

Viewing 2 reply threads
  • You must be logged in to reply to this topic.