D
DKode
I have decided to try to have my data layer project datasets to my
business layer in a new app I am developing to see how it will work
out.
I have one question tho regarding datasets/datatables...
What is the significance of having all of my tables in one dataset vs.
seperating it out to have one datatable per dataset? is there an
advantage to doing this? and if so should I seperate out the datasets
depending on when I will need what tables information? Sometimes I
will need to only get one table out of six, sometimes i will need to
get all six tables.
is there any considerations i should be applying here during the
design phase of my application?
thank you.
DKode
business layer in a new app I am developing to see how it will work
out.
I have one question tho regarding datasets/datatables...
What is the significance of having all of my tables in one dataset vs.
seperating it out to have one datatable per dataset? is there an
advantage to doing this? and if so should I seperate out the datasets
depending on when I will need what tables information? Sometimes I
will need to only get one table out of six, sometimes i will need to
get all six tables.
is there any considerations i should be applying here during the
design phase of my application?
thank you.
DKode