Has anyone else had trouble retrieving and displaying binary data from a
database using CFMX?

If an Oracle column is defined as:
colName raw(2)

then you can insert data into that row like so:
INSERT INTO table
VALUES( '12AB' )

where 12AB represents 2 bytes (one hex number for every 4 bits)

But CFMX is doing something that causes it to be displayed funky after
retrieval even though it looks fine when I look directly in the DB.

Anyone know why??? Anyone?

+-----------------------------------------------+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
TeleCommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
        - Thomas Paine, The American Crisis

"Let's Roll"
        - Todd Beamer, Flight 93

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to