"Hello"

[expired user #3333]'s profile image [expired user #3333] posted 16 years ago in General Permalink
Okay, I'm using build 1426.

I have a TEXT field in one of my tables.

I click on the "WIDEMEMO" field and enter the text, "Hello" in the text field at the bottom. I commit the new change.

I then open up a web page that shows that dynamic field.

Here's what I see: H�e�l�l�o�


Any ideas?
[expired user #3333]'s profile image [expired user #3333] posted 16 years ago Permalink
Hmmm... that funky stuff only seems to appear when I manually enter data via HeidiSQL.

If I query the update,
UPDATE myDatabase.myTable SET `description`="Hello" WHERE `ID`='3';


Then everything appears just fine. Are we no longer supposed to manually enter TEXT data but rather run a query instead?
[expired user #3333]'s profile image [expired user #3333] posted 16 years ago Permalink
Finally found out what's happening.

I reported it here:
http://code.google.com/p/heidisql/issues/detail?id=540

Please login to leave a reply, or register at first.