Subject | RE: [firebird-support] Blob field |
---|---|
Author | Alan McDonald |
Post date | 2005-10-06T04:37:09Z |
> Hi,just make sure the blob field is of type binary. If the datasize if large,
>
> in our application we are using fingerprint..after a user places his
> thumb..the fingerprint dll returns bytearray of thumb impression..how
> should we store it? in blob? if so any special considerations while
> reading and inserting..
> thks
>
and numerous, you might want to compress the binary data on the fly before
storage and after retrieval. There is a component in the IBO set which will
do this if it suits.
Alan