I'm searching for a way to retrieve only the first X rows after a select statement has been started as soon as possible and display them in a data grid.
In the Borland BDE is parameter ROWSET SIZE which delimits the amount of transferred rows to the value of this parameter. How can something...