3 tiers application ....

  • Thread starter Thread starter Gabriel
  • Start date Start date
G

Gabriel

Hello,

I'm trying to do a 3 tiers application (data access layer and business
layer) with a winforms application. I start from Microsoft sample for
ASP.NET

I added a dataset to my project, the name of this is "Adventure"

When I try to add : using AventureTableAdapters I receive an error.

I have to do something to use this dataset ?

Regards,
 
I personally think that Dataset are not anything to do with good 3 tier
application design. If you want to look at a good model for business objects
and data access objects. Try CSLA.NET by Rocky Lhotka (http://www.lhotka.net/)
 
Where are you trying to add Using AdventureTableAdapters? And did you spell
it right where you were trying to use it? I assume you defined the dataset
using the strongly typed dataset designer?

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
 
Back
Top