receive garbage from oracle records

  • Thread starter Thread starter Tony Piperato
  • Start date Start date
T

Tony Piperato

Greetings,

I am retrieving data from an Oracle database and when I try to output to the
webpage I get chinese looking characters...any thoughts?

Thanks in advance for your help.

Tony
 
Tony said:
Greetings,

I am retrieving data from an Oracle database and when I try to output to the
webpage I get chinese looking characters...any thoughts?

Thanks in advance for your help.

Tony

What is the data, is it binary? If so you need to make sure you set the
MIME type correctly in the outgoing response....
 
Thanks Craig,

How would I do that?


Tony


Craig Deelsnyder said:
What is the data, is it binary? If so you need to make sure you set the
MIME type correctly in the outgoing response....
 
Back
Top