Hello Guys, I have the following scenario. Two Tables Customers and Orders . Each Customer will have multiple Order and I have a parent children relationship between the tables. I created all the standard stored procedures for each table. I need to do the Following. For a certain customer, I need to load from DB the Customer Info and all related orders and then I need the data to be stored so I can work in disconnected mode and then I can save later my changes. I need this to happen all in stored
Read More...