Re: Diffference between DataSet and DataTable by Cor
Cor
Fri Jun 09 05:15:20 CDT 2006
Although Adrian text is right,
A dataset is a kind of wrapper around datatables and datarelations.
(it does much more than to be a wrapper)
The representation of the smallest item can be in vbnet notation which means
brackets in C#
dataset.tables(IndexerOrName).rows(indexer).item(IndexerOrNameOrDataColumn)
I hope this helps,
Cor
"Creative Designers" <dayananthan@gmail.com> schreef in bericht
news:1149844086.002543.166560@j55g2000cwa.googlegroups.com...
> Hi Friends,
>
>
> Can you tell the difference between Dataset and Datatable....
>
> Dayaa
>