G
George Shubin
I'm working on a windows app in VS2003 whose SQL2005 data has outgrown
expectations. The main data entry form has a grid full of records with a
few identifying fields to select from. As each line on the grid is
selected, that single record is grabbed from the database and displayed in a
set of data entry controls for editing. Pretty simple and straightforward.
The problem is the data table has now grown to almost 200,000 records, and
form loading and network traffic and response time have been impacted. I
have been assigned the task of implementing some sort of data paging logic
to alleviate the problems. I've never done anything like this, and as I
think about it, it becomes pretty complex.
How would you go about doing this?
Thanks for any ideas.
GS
expectations. The main data entry form has a grid full of records with a
few identifying fields to select from. As each line on the grid is
selected, that single record is grabbed from the database and displayed in a
set of data entry controls for editing. Pretty simple and straightforward.
The problem is the data table has now grown to almost 200,000 records, and
form loading and network traffic and response time have been impacted. I
have been assigned the task of implementing some sort of data paging logic
to alleviate the problems. I've never done anything like this, and as I
think about it, it becomes pretty complex.
How would you go about doing this?
Thanks for any ideas.
GS