A
Anibal
Hi,
I'm learning about three-tier programing and i want to implement this in a
simple windows forms Application (not web), i'm using an Access 2000 Data
Base, the objective of my application is to stores data from cd's into the
data base, so i have 4 related tables, ("CdCategories",
"Cds","Folders","Files"). I want to use Typed Data Classes, so i made one
class for each table and one Typed DataSet for each relation (each of this
typed datasets contains a pair of datatables with a defined DataRelation,
for example a "Folder-Files" dataset). The problem that i have is that i
don't know exactly how to implement all this especially when creating the
BLL and the DAL layers.
I've allready tryed a couple of thing but i allways fall into a death end.
I tried to find examples on the web but i've only found web applications
related examples.
If any of you could give me some ideas i`ll be thanksfull.
Thank you.
I'm learning about three-tier programing and i want to implement this in a
simple windows forms Application (not web), i'm using an Access 2000 Data
Base, the objective of my application is to stores data from cd's into the
data base, so i have 4 related tables, ("CdCategories",
"Cds","Folders","Files"). I want to use Typed Data Classes, so i made one
class for each table and one Typed DataSet for each relation (each of this
typed datasets contains a pair of datatables with a defined DataRelation,
for example a "Folder-Files" dataset). The problem that i have is that i
don't know exactly how to implement all this especially when creating the
BLL and the DAL layers.
I've allready tryed a couple of thing but i allways fall into a death end.
I tried to find examples on the web but i've only found web applications
related examples.
If any of you could give me some ideas i`ll be thanksfull.
Thank you.