Subject | Re: [firebird-support] Blob External Filter |
---|---|
Author | Martijn Tonies |
Post date | 2003-09-10T05:58:55Z |
Hi,
embedded SQL to use them.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> > From what I've understood from a presentation by Paul at the FuldaFirebird
> > Conference, BLOB filters are hard to write if you follow the docs - and,You don't need to use embedded SQL to write them, but you need
> > even
> > worse, impossible to use if you don't use Embedded SQL.
>
> Are there any examples of writing filters using Embedded SQL?
embedded SQL to use them.
> In my understanding, external filters are defined according to thedatatypes
> we plan to translate, and are written in either in C or Delphi and shouldbe
> defined as a dynamic library, recognized by (defined against) thedatabase.
>app
> Thus, i can't see where Embedded SQL would fit in. Do you mean, that my
> should use Embedded SQL to support Blob data operations (insert, update,No, those operations can be easily done without Embedded SQL.
> delete and select) ?
>Fortunately i have develop an abstraction layer (usingBlobs
> APIs) to do those operations and it works fine for standard blob subtypes.
> Problem is, it doesn't work against non-standard (own-defined) subtype
> (sometimes even causing the server to crash !). My debugging have come toto.
> the conclusion that the filters are not working the way they are supposed
>ibphoenix?
> Are there any other filter samples beside the one provided here by
>http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1063110103:68383&page=ibp_blo
> b_filterEhm, that's the best example around!
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com