B
Bibin
Dear All,
I am developing an application in .Net. I put one Business Logic Layer and
one Database Layer.
In the user interface I will be picking all the records, will be editing.
then I will pass the edited dataset to the business Layer.
In the Business Layer, It will be taking the changed records using
Dataset.GetChanges() Method.
After updating the dataset, I will be merging the changed cataset with the
original One.
When merging, I am getting more rows in the original Dataset. That means
when merging the dataset, the edited rows are comming
as new rows in the dataset.
Y it is comming like that. If anybody having any idea, please reply.
Regards,
Bibin.
I am developing an application in .Net. I put one Business Logic Layer and
one Database Layer.
In the user interface I will be picking all the records, will be editing.
then I will pass the edited dataset to the business Layer.
In the Business Layer, It will be taking the changed records using
Dataset.GetChanges() Method.
After updating the dataset, I will be merging the changed cataset with the
original One.
When merging, I am getting more rows in the original Dataset. That means
when merging the dataset, the edited rows are comming
as new rows in the dataset.
Y it is comming like that. If anybody having any idea, please reply.
Regards,
Bibin.