CFMX - binary data in query

2002-10-15 Thread Bryan Love
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)

RE: CFMX - binary data in query

2002-10-15 Thread Jared Clinton
- 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

RE: CFMX - binary data in query

2002-10-15 Thread Bryan Love
: Jared Clinton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:03 PM To: CF-Talk Subject: RE: CFMX - binary data in query 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