EricDraven
Programmer
I am receiving the following error when trying to edit a record in an IBQuery.
"feature is not supported BLOB and array data types are not supported for compare operation"
The following SQL code is used to select the record to edit.
If the querys recordcount is zero, then I know it is a new record being entered by the user which is saving perfectly (using IBQuery1.Append). If a record is located, I call IBQuery1.Edit instead, but once the Post command is reached the above message is displayed. The fields Booking and Itinerary are both of type FLOAT (I have read that you cannot include array/blob fields in the where clause) and the IBQuery is linked to an IBUpdateSQL component with the correct SQL code in it.
I do seem to be able to find the most obscure errors around...
When your feeling down and your resistance is low, light another cigarette and let yourself go![[rockband] [rockband] [rockband]](/data/assets/smilies/rockband.gif)
"feature is not supported BLOB and array data types are not supported for compare operation"
The following SQL code is used to select the record to edit.
Code:
Select * from Bookings
where BOOKING = "BookNo"
and ITINERARY = "ItinNo"
I do seem to be able to find the most obscure errors around...
When your feeling down and your resistance is low, light another cigarette and let yourself go
![[rockband] [rockband] [rockband]](/data/assets/smilies/rockband.gif)