A datagrid displays data on a form or web page... similar to excel.... a
dataview is a subset or snapshot of data (can be either depending on how you
use it)... it has no user interface and is similar to a view in SQL
Server... that is my understanding anyway....
Cheers
"MadCrazyNewbie " <test@nospam.co m> wrote in message
news:-3CdnRrwKtKUffbd Sa8jmw@karoo.co .uk...[color=blue]
> Hey Group,
>
> Probably a Stupid question i know but, what is the difference between a
> datagrid and Dataview?
>
> Ta
> MCN
>
>[/color]
I should also point out that a dataview can be used to supply data to be
displayed in a datagrid...
"MadCrazyNewbie " <test@nospam.co m> wrote in message
news:-3CdnRrwKtKUffbd Sa8jmw@karoo.co .uk...[color=blue]
> Hey Group,
>
> Probably a Stupid question i know but, what is the difference between a
> datagrid and Dataview?
>
> Ta
> MCN
>
>[/color]
A datagrid is a grid control for displaying data.
A dataview is a view of the data as a dataset, that is, it is the results of a
query on the existing dataset. Think of a dataview as a dataset.
Bill
"MadCrazyNewbie " <test@nospam.co m> wrote in message
news:-3CdnRrwKtKUffbd Sa8jmw@karoo.co .uk...[color=blue]
> Hey Group,
>
> Probably a Stupid question i know but, what is the difference between a
> datagrid and Dataview?
>
> Ta
> MCN
>
>[/color]
Comment