S
steve
Hi,
I am using a DataReader on a local network with SQL Server, to fill up a
ListView.
Playing with the examples (NorthWind) everything runs like a charm. The
ListView gets filled up fast, the column headers have their names, everyone
is happy!
When i perform a simple SELECT * FROM myTable, where my table has 160,000
rows X 35 cols, .... the application freezes after 10 seconds.
Is this considered too much? Should it be done with stored procedures ?
Is it a Listview problem ?
TIA
I am using a DataReader on a local network with SQL Server, to fill up a
ListView.
Playing with the examples (NorthWind) everything runs like a charm. The
ListView gets filled up fast, the column headers have their names, everyone
is happy!
When i perform a simple SELECT * FROM myTable, where my table has 160,000
rows X 35 cols, .... the application freezes after 10 seconds.
Is this considered too much? Should it be done with stored procedures ?
Is it a Listview problem ?
TIA