Subject | RE: [firebird-support] BLOB Filter |
---|---|
Author | Pierre Y. |
Post date | 2004-05-26T16:10:25Z |
Helen,
parameter block before calling relevant API like isc_create_blob2 or
isc_open_blob2 so it don't need to send axtra sql statements to achieve blob
filtering.
Regards,
Pierre Y.
> We *should* be able to use this syntax in DSQL:I'll test as soon as possible.
>
> UPDATE blob_test
> SET blb_text = :zipped_file
> FILTER FROM -2 TO 1;
>
> I'd be interested to see whether it works for you. I've tried it using
> some of the system blob filters (unsuccessfully) but never with a custom
> filter...
> >I tested and that don't works. Maybe in PS/SQL ? Can this be a newI have never used esql but I think gpre just generates appropriate blob
> "feature"
> >for furter versions of Firebird 1.5 ?
>
> If it doesn't work already, then I suspect it would be a matter of
> activating it in DSQL somehow, since the engine already knows how to do it
> for ESQL.
parameter block before calling relevant API like isc_create_blob2 or
isc_open_blob2 so it don't need to send axtra sql statements to achieve blob
filtering.
Regards,
Pierre Y.