Results 1 to 2 of 2

Thread: UI objects V's .NET datasets.

Threaded View

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    UI objects V's .NET datasets.

    OK, attached to this thread is a project that gets data from a DB and populates a treeview.
    Now. I have the UI objects Users, User, Tasks and Task.
    These contain the data and are completely seperate from the database tier.

    Now. I am trying to write this in .NET.
    I am using a DataSet to pass the data from the Database tier to the UI Objects tier.
    However, I have been told at work that the DataSet can REPLACE my UI objects completely and the UI can use the DataSet directly. Is this good practice?
    I would have said no as this is like passing a disconnected recordset (VB6) up through all the tiers...

    What do people think?

    Woka
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width