Re: Paging Query result in the DbGrid




"IGLC" <rightwayonline@xxxxxxxxxxxxxx> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:4475d001@xxxxxxxxxxxxxxxxxxxxxxxxx
I have a large table in sql server
and the the ADO query result alaways get the Time Out message
any way to let the grid showing the data by limet and get the next page
automaticlly

many thankx
I see these options:
1. Redesign yours app to not show that much data
2. Switch do serverside cursors (see TCustomADODataSet.CursorLocation in
help)
3. Use asynch fetching (see TCustomADODataSet.ExecuteOptions in help)


.