Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text and Long text returns garble variales

Status
Not open for further replies.

manking

MIS
Jan 29, 2003
28
US
I am using MYSQL with cold fusion 4.5. I put in the following query.


select *

where messageid > 5

order by messageid

One of the columns is messages, it is a text (longtext) colunm.

The message column returned is garbled garbage. In my MYSQL admin program I can see the text yet it returns *(^%*^%*(^(&*(((*$@@#@#.

ANy ideas

Manny
 
yes I use a desk top msysql administrator and I can see the text clearly. Yet when COld fusion queries the server it returns garbage.

 
perhaps a different code page ???

is the problem also with other fields or only this field ??

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top