Subject | Search blobs |
---|---|
Author | Ed Dressel |
Post date | 2004-03-23T20:57:43Z |
I have a helper utility I am writing and am trying to filter a
TIBOQuery dataset by the contents of a blob field for data in the
OnFilterRecord event, but the blob's field value is always empty
(.AsString = ''). It seems that the OnFilter event is fired before
the blob is retrieved.
How should I filter based on the content of a blob field?
Thanks
Ed Dressel
TIBOQuery dataset by the contents of a blob field for data in the
OnFilterRecord event, but the blob's field value is always empty
(.AsString = ''). It seems that the OnFilter event is fired before
the blob is retrieved.
How should I filter based on the content of a blob field?
Thanks
Ed Dressel