J
Jesper
I have an odd situation where calling GetChanges on my dataset randomly
hangs my application. It doesnt hang it every time, but I'd say more than
50% of the time. The changes to the data are actually minimal...its 1
property of 1 row changed in 1 datatable, though the dataset itself contains
more than 40 tables. And it seems random whether the exact same change will
hang it or not.
My dataset is a typed dataset, but I've tried typecasting it to a DataSet,
and that didnt make a difference. I have no problems calling GetChanges on
the individual datatables, so I've been able to get around it for now by
looping through the Tables collection and merging any tables with changes
into a new dataset, but I'm still a bit worried. Is ADO.NET really stabil
enough for a professional application? Have anyone had any similar
experiences.
hangs my application. It doesnt hang it every time, but I'd say more than
50% of the time. The changes to the data are actually minimal...its 1
property of 1 row changed in 1 datatable, though the dataset itself contains
more than 40 tables. And it seems random whether the exact same change will
hang it or not.
My dataset is a typed dataset, but I've tried typecasting it to a DataSet,
and that didnt make a difference. I have no problems calling GetChanges on
the individual datatables, so I've been able to get around it for now by
looping through the Tables collection and merging any tables with changes
into a new dataset, but I'm still a bit worried. Is ADO.NET really stabil
enough for a professional application? Have anyone had any similar
experiences.