Icon View Incident Report

Serious Serious
Reported By: Suat Demirkiran
Reported On: 3/11/2004
For: Version 4.04 Build 1
# 1598 MaxRowCount Property Set to 1 Causes 0 Rows to Show Up in the Result Set

When the TDBISAMQuery.MaxRowCount is set to 1, No resulting dataset retrieved.

DBISAMQuery1.SQL.Text:='select * from TEMP';
DBISAMQuery1.MaxRowCount:=1;
DBISAMQuery1.Open;



Resolution Resolution
Fixed Problem on 3/19/2003 in version 4.05 build 1
Image