ODBC 5.01.05
"Gary Strohm" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Hi, I read that this driver is appropriate for 5.* versions of MySQL so I installed it and began testing in preparation for going from MySQL 5.0.14 up to 5.1. On certain queries to certain tables a large string is being returned as NULL. Most every other query to a text field is OK. e.g. SELECT id, creationdate, email, message from maillist; id is integer unsigned email is varchar(255) message is text The "message" field is NULL in 5.01.05 whereas it in 3.51 it returns the correct string contents. ODBC 3.51.12 is still working fine. These are both system dsn's. Anyone see this before? Windows 2003 SP2 32bit. Help and TIA -Gary