Subject | Re: [firebird-support] Blob External Filter |
---|---|
Author | Martijn Tonies |
Post date | 2003-09-09T10:24:40Z |
Hi,
Conference, BLOB filters are hard to write if you follow the docs - and,
even
worse, impossible to use if you don't use Embedded SQL.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> I'm currently building C/C++ application that requires external blobfilter.
>segment)
> I use the skeleton filter snippets (from the manuals) as the outline,
> and i understand that in order to pump blob to database (action = put
> or to retrieve blob to my application (action = get segment), my filtermust
> eventually invoke the internal filter access routine, i.e isc_blob_ctl'sitself)
> (*ctl_source)().
>
> But i'm stuck. My app can only writes the blob id (not the binary blob
> and does even worse on reading the binary... :(From what I've understood from a presentation by Paul at the Fulda Firebird
>
> Can anybody help me give detailed steps on doing so? especially on how to
> invoke the internal filter access routine or ISC_BLOB_CTL?
Conference, BLOB filters are hard to write if you follow the docs - and,
even
worse, impossible to use if you don't use Embedded SQL.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com