skumar_1311
July 14th, 2006, 06:03 AM
Dear
I want to use Groupby Clause in my dataset.is it possible.if yes please provide me the code.
I want to use Groupby Clause in my dataset.is it possible.if yes please provide me the code.
|
Click to See Complete Forum and Search --> : Dataset skumar_1311 July 14th, 2006, 06:03 AM Dear I want to use Groupby Clause in my dataset.is it possible.if yes please provide me the code. Shuja Ali July 14th, 2006, 06:21 AM Dear I want to use Groupby Clause in my dataset.is it possible.if yes please provide me the code. You can use Group By Clause in the Query that builds the dataset. skumar_1311 July 14th, 2006, 06:25 AM You can use Group By Clause in the Query that builds the dataset. Dear Actually i have data in dataset from excel and use that some where else. But i wnt to do group by in the same data in data set. cjard July 14th, 2006, 06:37 AM That's not what datasets are for. DataSets are client side type-specific storage for data gotten from a data source. Tehy are not a database management system. If you need RDBMS facilities, use an RDBMS .. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |