Icon View Incident Report

Minor Minor
Reported By: Tomomi Umezawa
Reported On: 3/2/2007
For: Version 4.25 Build 3
# 2298 OnQueryProgress Abort Parameter Not Respected with UNION Queries

I execute following SQL, and am displaying the progress bar in the TDBISAMQuery.OnQueryProgress event. I execute SQL and in the OnQueryProgress event, "True" was returned to the "Abort" variable.

When only one table is processed, "Abort" is effective. However, "Abort" seems not to work when "UNION ALL" is used.

SELECT * FROM TABLEA
UNION ALL
SELECT * FROM TABLEB



Resolution Resolution
Fixed Problem on 3/6/2007 in version 4.25 build 4


Products Affected Products Affected
DBISAM Additional Software and Utilities
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image