Page 1 of 1

show blob data as ascii

Posted: Thu 06 Sep 2012 11:22
by michabbb
dear support,

the client is able to display blob data as image, if it is one.
why is there no option to display the binary data as ascii ?
in my case, i have a system which stores key-value-data into a blob field.
i am not able to read this, or i didn´t find the option to see the ascii translation of it.

thank you for any help.
micha

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 12:28
by alexa
We would recommend you to try adjusting the connection to this text. Right-click the connection in Database Explorer, select 'Modify Connection' in the popup menu, switch to the 'Advanced' tab in the Database Connection Properties dialog box, and select, for example, UTF8 in the 'Encoding' dropdown menu.

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 12:50
by michabbb
thank you, but the connection is already setup as utf8... the data i see looks like this:

Image

tools like phpmyadmin (as it was told to me) convert the value automatically to ascii, that´s in fact the option i am searching for in dbforge...

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 13:46
by alexa
The connection encoding should match the encoding in the blob.
tools like phpmyadmin (as it was told to me) convert the value automatically to ascii, that´s in fact the option i am searching for in dbforge...
It means that the connection encoding in phpmyadmin deffers from UTF8

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 13:59
by michabbb
okay, but that does not help me here, is there any way to see this data as ascii by clicking on a magic icon somewhere ? ;)

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 14:48
by alexa
There may be the situation when different cells may contain text with different encodings, so the connection encoding needs to be always changed in order to satisfy different cells.

Re: show blob data as ascii

Posted: Thu 06 Sep 2012 19:29
by michabbb
thank you for your feedback. something i didn´t know or got the info too late: the data in my case here is DECODED, so of course i see strange characters ;-(( sorry