A
aussie rules
Hi,
I have a SQL table with over 100,000 records. I have a stored procedure that
return this record set to me(vb.net client), and i then display these
records in a grid.
The problem is that dataset waits for all the data, before the grid control
can populate with this data.
Is there away to get the dataset to allow the grid control, to access the
dataset, even though it is not yet fully populate with data from the SQL
server
Hope this makes sense
I have a SQL table with over 100,000 records. I have a stored procedure that
return this record set to me(vb.net client), and i then display these
records in a grid.
The problem is that dataset waits for all the data, before the grid control
can populate with this data.
Is there away to get the dataset to allow the grid control, to access the
dataset, even though it is not yet fully populate with data from the SQL
server
Hope this makes sense