Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've been tinkering with the whole n tier "business layer" concept for a few months now. I found two articles that I really liked so I've tried to combine the two. The reason for not using one or the other is that I really prefer to let the dataset/dataadapter object communicate with the database for updates, inserts, deletes but want a collection to deal with validation type things etc....

 

http://www.microsoft.com/belux/nl/msdn/community/columns/hyatt/ntier2.mspx

 

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet02252003.asp

 

Now my problem as i see it, I'm sure others could find other problems, is when to use remove or delete for the datarow. I'm attaching an example.

 

Basically, I'm trying to merge two good ideas from other people

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...