M
mike
i am new to ADO.NET!
i have created a typed dataset with parent and child types. is there a
straightforward way to load parent records and have child records load
automatically rather than manually loading tables using Fill method
with citeria arguments?
when disconnected application performs CRUD operations on this dataset.
when connecting back i want dataset to update back to the database in a
single operation.
what i have just described is a ADO.NET but i dont see any clear
examples on CRUD on relational data. is this possible? examples, links
.... anything will be useful.
please help and thanks in advance.
- mike
i have created a typed dataset with parent and child types. is there a
straightforward way to load parent records and have child records load
automatically rather than manually loading tables using Fill method
with citeria arguments?
when disconnected application performs CRUD operations on this dataset.
when connecting back i want dataset to update back to the database in a
single operation.
what i have just described is a ADO.NET but i dont see any clear
examples on CRUD on relational data. is this possible? examples, links
.... anything will be useful.
please help and thanks in advance.
- mike