I'm getting a null value from the following select statement:
select blob from table where field like '%query%';
this returns null even if the answer isn't null!!
I'm using mysql version 4.0.12.....on a few websites I've seen, it says that this bug was fixed before the version I'm using, so therefore it should work...
I don't want to update my mysql if it isn't going to make a difference..
can someone let me know if it should work in the version I have?
I would move to at least 16 if you still want to use blobs, since I still had trouble with them.
However, I suggest moving to TEXT fields if you are not storing binary, and they will work.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.