Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Application design (data tier)

Application design (data tier)

Scheduled Pinned Locked Moved C#
questioncsharpdatabasewinformscom
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    therealmccoy
    wrote on last edited by
    #1

    I am working on a database application that I call MultiBase. The jist of the application is that it will load a database and create a GUI to interact with it. The application also impliments search and reporting capabilities. The application is currently a winform application, but I plan on implimenting a web interface at a later date. I have started writing a DLL to handle the database access. I'm lost as to if I want my DLL to return a dataset and then have a seperate class (? business logic ?) handle the bindings (and currency manager) or if I want to just return a datarow and somehow bind that to my winforms controls (don't think I can bind a datarow to a control, I would have to come up with some other way). So my question is: In implimenting a n-tier (or 3 tier) applicaion what is the best way to present the data from the data tier to the presentation tier (via the business logic tier ?) ? I'm thinking of returning a dataset to my record class (that handles the bindings and currency manager) If a new record is added, then send the dataset back to the data tier via the record class (which I would call my business logic). Any thoughts? www.lovethosetrains.com

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups