Subject | Re: [firebird-support] Is blob sub type 0 doesn't support JPEG type? |
---|---|
Author | Milan Babuskov |
Post date | 2010-07-27T15:28:28Z |
trskopo wrote:
program. You can download it and test it yourself:
http://www.guacosoft.com/attic
After you load in the image, connect to database using some tool and
look into ITEM_IMAGE table.
Firebird does not know or care about BMP, JPEG, or any other type. It
simply stores binary data.
I assume it's your application, i.e. the database access library you are
using.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> Just want to make sure, it seem Firebird 2 doesn't support jpeg typeI store JPEGs in Firebird database without problem in my Attic Manager
program. You can download it and test it yourself:
http://www.guacosoft.com/attic
After you load in the image, connect to database using some tool and
look into ITEM_IMAGE table.
Firebird does not know or care about BMP, JPEG, or any other type. It
simply stores binary data.
> I tried to store jpg format and it raised an error message.What exact error message, and who raised it?
I assume it's your application, i.e. the database access library you are
using.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================