Empty fields returning as gibberish in recordset
The version of ASP is 4.0.2L
When selecting data from a Mysql database, empty fields seem to randomly be assigned values.
These values often change upon ech code execution, but sometimes stay the same for a while.
These values are not always assigned - ie sometimes the field returns as "" (like it should).
Here is an example: "]旆a?hF?hF?"
But when looking in the database the value is actually ""
Has anyone had this before or does anyone know of a workaround?

