Bulk aggregate functions with dataadapter or datareader
Hi Everyone,
I would like to retrieve the aggregate functions data as bulk ,but i would like use sql dataadapter.
Please suggest me the code.I am describing the sql query.
select MAX(nooftimes ),MAX(scoredmarks),min(scoredmarks),avg(scoredmarks),avg(totalmarks) from studlist where name ='bill gates'
I would like use SQL dataadapter , Datareader .