Forum Replies Created
-
AuthorPosts
-
HuguesMemberRitesh wrote on Dec 9 2005, 03:27 PM:SQLyog 5.01 BETA fixed this issue. Can you confirm the fix?[post=”8170″]<{POST_SNAPBACK}>[/post]
Just tried it and I confirm the bug to be fixed. Great job!
HuguesMemberRitesh wrote on Nov 9 2005, 02:59 AM:This is very strange. We have tested 5.0 in Win98 and it works great.What is the error that you are getting?
[post=”7857″]<{POST_SNAPBACK}>[/post]Same thing as above. Simply doesn't show up. It doesn't hang either as it is not in the “task manager” (which I agree is not very advanced in Win98).
HuguesMemberExcellent. Thank you!
HuguesMemberAs an example, here is a sample output
NOW:
ID Type TerminalID DataBlob DateInserted
—
1 0 0 0000-00-00 00:00:00
WHISH:
ID Type TerminalID DataBlob DateInserted
—
1 0 0 0x213300F1AA0005 0000-00-00 00:00:00
Sorry for all these posts, I just felt that my point was not clear enough…
HuguesMemberWould it be possible to simply show the hex string in the “Show Results in Text” and/or in the Viewer directly? This would be much more convenient than to open an external viewer.
HuguesMemberActually, I use UltraEdit as my Hex/Text/Code editor. But the basic need is quite simple. It doesn't require editing (other users might need it however), but simply to display the bytes in HEX of the data in the Blob. This can even be done in the “Results as Text” view. This feature is present in Microsoft's Query analyser for SQLServer. Basically, and I can only talk about my need here, is to have a display like this:
0x12006FAA120105
and (in the best case scenario) to be able to be able to split it like this
0x12006FAA 12 01 05 (to split into “fields” of data gathered)
for debuging purposes (but obviously not save this result as it is not hex any more)
I guess you could say that you view the hex data in a text field.
Does this clarify?
-
AuthorPosts