3 tiers application ....

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,
 
G

Guest

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/)
 
R

RobinS

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.
 

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

Top