J
Joe777
Hi all, I am new to this forum and .net in general so please be gentle
I have a couple of questions regarding datasets, datarelations and
datatables and their overall functionality.
When you fill a dataset with 2 seperate queries does asp .net
automatically
put the tables into the datatables collection for you for later
reference or
do I have to declare a new datatable for each table I plan on adding
into my datarelation?
I only need to create new datatable objects when I want to loop
through it's rows, view constraints, primary keys, etc... ie: I
don't always need a datatable object when I am working with a
dataset?
Cheers, Joe
I have a couple of questions regarding datasets, datarelations and
datatables and their overall functionality.
When you fill a dataset with 2 seperate queries does asp .net
automatically
put the tables into the datatables collection for you for later
reference or
do I have to declare a new datatable for each table I plan on adding
into my datarelation?
I only need to create new datatable objects when I want to loop
through it's rows, view constraints, primary keys, etc... ie: I
don't always need a datatable object when I am working with a
dataset?
Cheers, Joe