Icon View Incident Report

Serious Serious
Reported By: Lachlan Gemmell
Reported On: 1/23/2013
For: Version 4.34 Build 7
# 3723 10050 Invalid Filter Error Can Be Raised When Using Filters with Cached Updates

I receive this error:

"Error 10050 Invalid filter handle specified for the table xxxx"

when doing something similar to the following:

Query1.Open;
Query1.BeginCachedUpdates;
Query1.Filter := 'SomeIntegerField = ' + IntToStr(22);
Query1.Filtered := True;
Query1.Edit;
Query1['SomeMemoField'] := 'blah';
Query1.Post;
Query1.ApplyCachedUpdates; // exception thrown here



Resolution Resolution
Fixed Problem on 1/28/2013 in version 4.35 build 1


Products Affected Products Affected
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image