Search found 2 matches

by ishak
27.03.2007, 14:42
Forum: SQLite Administrator
Topic: Possible bug with Query with Result
Replies: 4
Views: 3057

moving last fetches all records

I think SQLite Administrator uses zeos lib. I tested with other sqlite designer softwares, all of them tried to fetch all rows in resultset. By default any query should not fetch all records. I investigated zeos lib delphi source code. I found that resultset move last record and moving last tries to...
by ishak
26.03.2007, 12:19
Forum: SQLite Administrator
Topic: Possible bug with Query with Result
Replies: 4
Views: 3057

select statement returns all rows in resultset

I use sqllite administrator 0.8.3.0 Public Beta I created a table which has a lot of records (more than 1GB). I write in query editor "select * from tablename", but I could not wait for fetching all records into grid. I think this is related to zeos lib, because I tried to test with Zeos D...