Board index » delphi » Blob and array data types are not supported for compare operation

Blob and array data types are not supported for compare operation

I am using Delphi 5 with Interbase 6 and doing the following:

I have a TIBQuery with the UpdateObject property set to a TIBUpdateSQL object.  The IBQuery references a table which has several fields including Blobs.  My problem is whenever I insert or edit a record in the IBQuery, as soon as I call IBQuery.Post I get an error "feature is not supported, Blob and array data types are not supported for compare operation"

How can I solve this problem?

 

Re:Blob and array data types are not supported for compare operation


Quote
rolf wrote:

> I have a TIBQuery with the UpdateObject property set [...]

        Could you post this question to
borland.public.delphi.database.interbaseexpress, please?

        Thanks,

        -Craig

--
 Craig Stuntz (TeamB) Vertex Systems Corp. Columbus, OH
We're hiring: http://www.vertexsoftware.com/careerops.htm#sd
     Delphi/InterBase WebLog: http://delphi.weblogs.com

Other Threads