Hello,
I consider moving from datasets in my remoting application to LLBL.
With datasets I could use DataSet.GetChanges method to get a dataset with changed records on a client. This dataset I passed through remoting to an application server, did necessary inserts, updates, deletes, returned refreshed dataset to the client, merged it with the client dataset and commited changes to the client dataset.
Is it possible to do something like this in LLBL? Or what will be the routine using LLBL?
Regards,
Vladimir