A Stupid Question i know

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MadCrazyNewbie

    A Stupid Question i know

    Hey Group,

    Probably a Stupid question i know but, what is the difference between a
    datagrid and Dataview?

    Ta
    MCN


  • Three

    #2
    Re: A Stupid Question i know

    Gidday

    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]


    Comment

    • Three

      #3
      Re: A Stupid Question i know

      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]


      Comment

      • Bill McCarthy

        #4
        Re: A Stupid Question i know

        Hi MCN,

        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

        Working...