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/)
--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
"Gabriel" wrote:
> 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,
>
>
>