Subject | RE: how to insert image blob in Firebird in PHP and ADODB |
---|---|
Author | |
Post date | 2014-01-22T07:13:02Z |
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:)