473,320 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Typed datasets in the business layer

Why the data access layer should use untyped datasets? and Why the
business layer should use strongly typed datasets?
Is this applicable to the 3 layered architecture in general or is it
related with the implementation in .net?

Can someone recommend me a good book to learn in depth the 3 layered
architecture?

Thanks.

Oct 5 '06 #1
2 1691

If you check out 2 things:
http://msdn.microsoft.com/library/de...tml/BOAGag.asp
Read the entire thing(long) but especially the section labeled:
"Deploying Business Entities"

and

http://sholliday.spaces.live.com/?_c...26ayear%3d2006
(May 2006)
The data access layer can return typed datasets to the business logic layer.
The MS article above suggests putting those (strong) datasets in its own
assembly, which all other tiers can use.

<pa******@gmail.comwrote in message
news:11**********************@e3g2000cwe.googlegro ups.com...
Why the data access layer should use untyped datasets? and Why the
business layer should use strongly typed datasets?
Is this applicable to the 3 layered architecture in general or is it
related with the implementation in .net?

Can someone recommend me a good book to learn in depth the 3 layered
architecture?

Thanks.

Oct 5 '06 #2
pa******@gmail.com wrote:
Why the data access layer should use untyped datasets? and Why the
business layer should use strongly typed datasets?
It should not.

Arne

Oct 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Natehop | last post by:
I've been attempting to design an n-tiered framework leveraging .NET's strongly typed Dataset. My Framework will serve as the foundation to several client apps from Windows applications to web...
3
by: Rob Thomas | last post by:
Hi, I've been tasked to come up with a new architecture for a large application at one of my customer's sites. In the past, I have developed multi-tier applications whereby the business...
3
by: John | last post by:
In 05, with how the new datasets works, is a datalayer still needed or can i have my business layer just call the dataset directly and return the data back to the GUI or do you still need to create...
4
by: Ronald S. Cook | last post by:
I've always used untyped datasets. In a Microsoft course, it walks through creating typed datasets and harps on the benefits. It has you drag all these things around ..wizard, wizard, wizard......
21
by: Peter Bradley | last post by:
Hi all, This post is sort of tangentially related to my earlier posts on configuration files for DLLs. Does anyone know how to create typed DataSets using VS2005's new DataSet designer, but...
4
by: newtonwong | last post by:
I have a web reference WSDL, but it doesn't really create an XSD. I'm trying to generate datasets from the WSDL file but not sure how to do so. I successfully created the proxy class, but the...
12
by: BillE | last post by:
I'm trying to decide if it is better to use typed datasets or business objects, so I would appreciate any thoughts from someone with more experience. When I use a business object to populate a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.