Hi Gary,
I suspect that there's no simple way to display hex in the object browser.
I suppose it could be an additional option on the Data Type Controls tab
of the Global Preferences. It might be a good enhancement request to
enter, and then others can comment about whether that's the best place to
add the option.
But you can see the information that you want without leaving the friendly
confines of SQuirreL by using the rawtohex function.
SELECT rawtohex(mycolumn) FROM mytable;
Regards,
Matt
-----Original Message-----
From: squ...@li...
[mailto:squ...@li...] On Behalf Of
Fong, Gary
Sent: Tuesday, 31 July, 2007 10:47
To: squ...@li...
Subject: [Squirrel-sql-users] Hex display support or Oracle raw?
I just discovered this great program and I need to know how to display
Oracle's raw(16) as hex, not decimal. I tried various settings in Data
Type Control but to no avail. I thought it might be a driver option but I
don't see it listed nor does it seem possible to add options.
Thanks
Gary Fong
Code Monkey
iKnowMed, A Division of US Oncology
(510) 558-4540
(510) 558-4501 fax
-----------------------------------------
The contents of this electronic mail message and any attachments are
confidential, possibly privileged and intended for the
addressee(s) only. Only the addressee(s) may read, disseminate, retain or
otherwise use this message. If received in error, please immediately
inform the sender and then delete this message without disclosing its
contents to anyone.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Squirrel-sql-users mailing list
Squ...@li...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|