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

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Sqlyog And French Characters #30998
    gonterm
    Member

    Thanks for responding,

    We are currently using version 5.22 of SQLyog, looking to upgrade to the newest version. I'm working with the trial version of 8.4. I'm attaching the data structure in question with a bit of sample data that is causing me trouble. I tried the following so far:

    1) Alter table and modify the RawTxt column to be varchar(120) character set utf8…

    This resulted in an error because it created duplicated records because it dropped the rest of the string once it hit a french character.

    2) Creating a new version of the table with varchar(120) for RawTxt and inserting from my old table with the varbinary into the new one…

    Same result, it truncated the string once it hit a french character.

    Any advice?

Viewing 1 post (of 1 total)