Faster access and less trafic over internet en lan
You should implement a feature to avoid moving a lot of records over the network. The components should keep a record position pointer.
So if a dbgrid is 20 lines (the system should read only 20 records en send 20 records over the internet of lan. At next page, read the next 20 records and at page back read the 20 previous records.
It is a feature that is present in ElevateDb and Anydac.
I am very happy with your components and I know we can set the number of records to return, but the described option should be a very great improvement.
-
Anonymous commented
This already exists, the programmer need to see the value to record packet in your queries.
But depending of operations, is necessary download of all packets... Maybe you need more elaborated DBGrid to pull the records from datasets.