UniDAC TUniQuery limit 200 records
Posted: Fri 06 Sep 2013 14:47
Hello:
I'm using the trial version of UniDAC components. I have Delphi XE4, SQLite database and my project is in Firemonkey for W32.
I'm using a TQuery component to connect to a SQLite table with 450 records. After opening the Query, the RecordCount property says 200. So 250 records are missing.
After looking arround, I found that in the UniQuery Editor, in the Options tab, there is a FetchAll property set to false. I turned it to True and, after that, the RecordCount now shows 450 but after doing a MyQuery.Last the RecNo property is 200 and the grid connected to the query only shows these 200 record.
If I open the UniQuery Editor and click the "Data Editor..." button I see all the 450 records.
Please, tell me what to do to see all the query records in my grid.
I don't know if it is a problem or a limitation on the trial version.
Thank you...
I'm using the trial version of UniDAC components. I have Delphi XE4, SQLite database and my project is in Firemonkey for W32.
I'm using a TQuery component to connect to a SQLite table with 450 records. After opening the Query, the RecordCount property says 200. So 250 records are missing.
After looking arround, I found that in the UniQuery Editor, in the Options tab, there is a FetchAll property set to false. I turned it to True and, after that, the RecordCount now shows 450 but after doing a MyQuery.Last the RecNo property is 200 and the grid connected to the query only shows these 200 record.
If I open the UniQuery Editor and click the "Data Editor..." button I see all the 450 records.
Please, tell me what to do to see all the query records in my grid.
I don't know if it is a problem or a limitation on the trial version.
Thank you...