Writing an Application that Requests Filtering

From InterBase

Go Up to Filtering Blob Data


To request filtering of Blob data as it is read from or written to a Blob, follow these steps in your application:

  1. Create a Blob parameter buffer (BPB) specifying the source and target subtypes, and optionally character sets (for TEXT subtypes).
  2. Call either isc_open_blob2() or isc_create_blob2() to open a Blob for read or write access, respectively. In the call, pass the BPB, whose information InterBase will use to determine which filter should be called.

Topics

Advance To: