Help on reading data ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all

I am building an asp.net application wich collect data from an SQL server
database.
Those data in this database can be huge with the time.

Actually, I am retriving those data through store procedure return in a
dataset object which is bind to a data grid. so all queroes are executed on
the SQL server.

When the amount of data increase, does that technique is still suitable or
is there some other tips ?

regards
serge
 
Back
Top