Beginner middle tier question?

  • Thread starter Thread starter dgk
  • Start date Start date
D

dgk

How can I create a middle tier object using the standard databinding
stuff? All the examples that I see in the books using the new 2005
controls just shows how to build stuff in two tiers. It writes all the
update logic, which is great, but it goes straight from the grid to
the database. Do I try to inherit from a DataAdapter and put my own
code in there?
 
You can.

Deriving from a typed datasets is another nice way to easily build a middle
tier object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top