Hi all,
as far as I have read from the forum the only way to deal with big datasets and uniDbGrids is paging.
This works quite well, but I would prefer another option, let me explain better.
Without paging, the web server fetches the whole dataset and it gives back it to the client:
DB server --> Web server (Unigui) : whole dataset
Web Server (UniGUI) --> Browser: whole dataset
This is the worst situation, as it implies a lot of overhead for all the actors (DB Server, Web Server,
Browser, network, etc.). It should not be used for large datasets.
With paging, the w