S
SteveK
OK, I want to have an abstracted "Business Object" layer that my application
will deal with.
The way that I understand it is, Business layer utilizes the DAL to get the
data from the Datastore. That works fine in the "Pull" scenario when
retrieving data, but when I want to add data to the datastore, would I still
use the business layer or would I interact with the DAL, add the records,
then turn around and somehow pull them through the business layer to get
them back to the app.
This is hard to explain.... I guess I would like to open a discussion with
anyone that is using DataSet, Business Objects and possibly
SqlNotificationServices and how they all interact and in what order. I'm
getting snagged on design and have come to a stand still.
Thanks for any info, tips or ideas!
Steve
will deal with.
The way that I understand it is, Business layer utilizes the DAL to get the
data from the Datastore. That works fine in the "Pull" scenario when
retrieving data, but when I want to add data to the datastore, would I still
use the business layer or would I interact with the DAL, add the records,
then turn around and somehow pull them through the business layer to get
them back to the app.
This is hard to explain.... I guess I would like to open a discussion with
anyone that is using DataSet, Business Objects and possibly
SqlNotificationServices and how they all interact and in what order. I'm
getting snagged on design and have come to a stand still.
Thanks for any info, tips or ideas!
Steve