Has anyone else run into an issue with Blob fields in MySql using the
MyODBC connector, where the blob content is all ?????????'s?
i've run into it before, actually and i've always gotten around it by
putting a trim() statment in my select string:
select *, time(myblob) as cMyBlob from tableName
Recently i changed machines and though the software is the same: same
IIS, same version of MySql, same version of myODBC ... suddenly the
????'s don't go away with the trim
Any Thoughts?
[Non-text portions of this message have been removed]