barski Posted March 3, 2005 Posted March 3, 2005 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 Quote
barski Posted March 7, 2005 Author Posted March 7, 2005 oops forgot to zip the file..Employee.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.