Bryan, Every time I have seen this before, it is the fault of the database drivers in question, not the CF engine.
Maybe? Jared Clinton NEC Australia -----Original Message----- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 October 2002 9:05 AM To: CF-Talk Subject: CFMX - binary data in query 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

