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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ByteArray objects cannot be converted to strings

Status
Not open for further replies.

estc

IS-IT--Management
Mar 15, 2006
5
0
0
HK
I am using mysql with coldfusion, anyone has idea as i got error "ByteArray objects cannot be converted to strings" ?


Thanks
 
I've seen this before a few times, but the cause depends on where the error is being thrown. If it is being thrown on the cfoutput tags or similar, make sure you are not enclosing the variable with #'s. If it is being thrown at the database side, check the fields in your database and make sure all of your database syntax is correct.

Hope this helps

Wullie

Fresh Look - Quality Coldfusion 7/Windows Hosting

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top