Hi:
I've got an ASP.NET app in C# using a MySQL database.
I'm able to read all the fields in the database just fine . . .
EXCEPT
Text fields.
The site always returns 'System.Byte[]' instead of the value of those fields.
Another copy of the *same* application is running on another server using another copy of the *same* database.
Their copy works, mine doesn't.
So, it's gotta be some setting in the MySQL server.
www.eclecticaradio.com/Members.aspx <<mine
www.bierlyteam.com/Members.aspx <<theirs