Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Queries in dataset

0 views
Skip to first unread message

alpha

unread,
Dec 12, 2003, 8:02:20 AM12/12/03
to
Can we queries tables in dataset..like joining tables in dataset...firing groupby quries or getting unquie set of records from a given in tabels in dataset. Online resource for getting the details about will highly helpful.


Alpha


---
Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/

Miha Markic

unread,
Dec 12, 2003, 8:28:27 AM12/12/03
to
Hi alpha,

No, you can't.
You might construct a DataTable and join data into from many datatables and
use a DataView over it.
You'll have to do it by code.
That's it.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

"alpha" <poddar9@-NOSPAM-hotmail.com> wrote in message
news:%23g$duALwD...@tk2msftngp13.phx.gbl...

Miha Markic

unread,
Dec 12, 2003, 8:42:22 AM12/12/03
to

"Miha Markic" <miha at rthand com> wrote in message
news:up94UPLw...@TK2MSFTNGP09.phx.gbl...

> Hi alpha,
>
> No, you can't.
> You might construct a DataTable and join data into from many datatables
and
> use a DataView over it.
> You'll have to do it by code.

Here is also a link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;326080

0 new messages