Hi Friends,


Can you tell the difference between Dataset and Datatable....

Dayaa

Re: Diffference between DataSet and DataTable by Adrian

Adrian
Fri Jun 09 04:24:48 CDT 2006


A database contains tables located physically somewhere in a database
structure.
A data set is an in-memory representation of one or more data tables that
have been selected
from a database by means of a statement containing SELECT .......

Adrian.

"Creative Designers" <dayananthan@gmail.com> wrote in message
news:1149844086.002543.166560@j55g2000cwa.googlegroups.com...
> Hi Friends,
>
>
> Can you tell the difference between Dataset and Datatable....
>
> Dayaa
>



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
>