> 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?
> 
> Thanx,
> tomas
> 
> 

______________________________________________________________________
Get Your Own Dedicated Windows 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=coldfusionb
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

Reply via email to