Subject RE: how to insert image blob in Firebird in PHP and ADODB
Author

Thanks Helen!


I found info about that you have to create a filter if you don't use the standard ones in Firebird.

So i just set the subtype to 0, and added a field that tells which image type it is.

I also read that Firebird was unable to tell which type it is. So i just put the binary data in it, without any image headers instead.


It works great now. It took a lot of time searching.


I am happy now:)