Hello We posted this message Friday with no luck ;) Shortversion of the problem:
We try to sort a query with a java CFX (input: query - output: query) The query contains non us characters (above 127) When the query is outputed through the method response.addQuery() it garbles the output. Looks like all non US characters is transformed to 7bit. Have anyone experienced this? Any resolution?? Thanks, Helge I've a problem using the response and query interface in the Coldfusion Java CFX Reference. When I try to return ASCII character codes between 128 and 255 from the CFX to Coldfusion I'm not receiveing the correct ASCII character. This problem occures only when I use the response.addQuery() method and the Query interface. e.g.: resQuery2.setData(1, 1, "\305 \306 \330 \345 \346 \370 - \155"); (\305 Oct = ASCII value 197, Latin capital A, ring) If i use the response.setVariable() method, this is not a problem. e.g.: response.setVariable("MyVar", "\305 \306 \330 \345 \346 \370 - \155"); Does anyone know how I can solve this problem or where to get more information about the ColdFusion Java CFX reference? ______________________________________________________________________ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists