Help - Search - Members - Calendar
Full Version: Hex View Of Binary Data?
Webyog Forums > SQLyog > SQLyog: Bugs / Feature Requests
Hugues
This is basically a re-request for a feature which seemed to have had some support a while back but was not implemented for some reason.

The feature would be to display the binary data (blob) as a HEX string when the "View Results as Text" option is checked or in the binary viewer. For example if a string is stored in the blob (SET bData = '12345'), the results would display 0x3132333435. If an INT16 is stored (SET bData=12345), the results would display 0x3039, and obviously, if binary data is stored (SET bData = 0x123456), the results would be 0x123456. Basically, each byte is displayed as HEX.

Thank you.
Ritesh
This is already in the TO-DO list but I cannot guarantee you the version which will have this feature.
Hugues
Excellent. Thank you!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.