G
gnewsgroup
If you're using Strong DataSets or a DataTable model, then
these get defined in their own assembly....and "float" outside of the
others.
They have also been called the "glue" assemblies.
If you get my code, you'll see that my DataSets project resides OUTSIDE of
the other 3 layers.
This is my glue assembly.
My blog has a bad URL, for the "birds eye" article.
Here is the correction.
http://msdn2.microsoft.com/en-us/library/ms978496.aspx
Read that article.
Go to lunch.
Come back and reread that article.
Bookmark it.
In a week, reread that article.
If you find this part of the article:
Deploying Business Entities
You can read...and that is where I'm saying the strong dataset (or now the
DataTable) will reside in its own assembly as a the "glue".
This is the idea presented in the first dotted (lineitem) in the section
labeled "Deploying Business Entities".
..
This is something where you're going to read 1 article and get it by just
reading.
You gotta try and code one up. (Which I know you are doing, and tryign to
find help via this post).
I'm just saying ... you gotta work with it some...and you gotta do some
reading and rereading as you get better with it.
I still read that article about every 6 months.....
You're leaning toward the DataTable/DataSet model. I've converted over to
custom business objects and custom collections.
Both are ok solutions. The article above .... is the best article I've
discovered which outlines the pros and cons of the approches.
That's why its a good "bird's eye view" article.
Thank you. The MSDN article has been printed out and your sample code
has been downloaded for research. Will get back if I have questions.