Subject | Re: [firebird-support] Blob filter doc/help/tut/example for Delphi |
---|---|
Author | Helen Borrie |
Post date | 2005-02-07T12:30:02Z |
At 11:11 AM 7/02/2005 +0100, you wrote:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;PAGES;NAME='ibp_blob_filter'
./heLen
>Hello,No.
>
>is there any documentation how to implement blob filters with Delphi?
>"The Firebird Book" only refers to the InterBase Documentation, and thisThen blob filters won't be easier. They are just a specialised sort of UDF. UDFs are easy or hard, depending on your confidence with using the techniques - you have to get your feet wet. There are docs around re writing UDFs in Delphi, which will be helpful to get you experimenting. You can find them by using the Website search at the IBPhoenix site.
>is only aimed at C developers. A search on firebird.sql and
>ibphoenix.com doesn't seem to provide any information on this.
>
>Well, perhaps I would be able to "translate" the C examples for me, but
>as the whole topic of blob UDFs is still somewhat confusing to me, I
>fear I won't be able to get it right.
>Thanks for any hintYou might not have seen this C example that Paul Beach and Ann Harrison contrived for the Firebird Conference in 2003::
http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;PAGES;NAME='ibp_blob_filter'
./heLen