I am facing an access violation error while applying filter of 1331
records on a client dataset.
used code snippet :
with masterHierarchy do begin
filter := buildMasterHierarchyFilter;
filtered := true; // access violation occurs at this point.
end;
while filtering 1331 records on a clientdataset causes an "Access
Violation at address 4DAE984F in 'midas.dll', Read od address
00000034".
Can anybody help me out in this regard.
Thanks in advance.
-Swami