Hey guys.

So I was doing some touching up on a program last night, and while I did not change how the database was manipulated, I found that 1, and only 1 field on a table I was working with was being corrupted on insert and/or update. This is a TEXT field.

When I query the database in MySQL, the data for this field is missing, mixed up, or both. When I query it in VB, the field returns a an empty string. It's the strangest thing. It really screws up the screen when I do a query in the MySQL interpreter.

Every other field on the table acts the way they should be.

VB6 SP6 using ADO/ODBC
MySQL 5.1 connector
MySQL 5.1 on Linux

Anyone have any ideas?