G
Guest
Hi NG members
Has anyone out here tried to carry out some Stress test on dataadapter.fill()
Guys try this
Simple query with 1 or 2 join
Tables not having more than 1K records
Use da.Fill(ds
Bind a table to some grid. No fancy stuff --- You will notice problems here as tables object itself is not created
Use a stress tool to put some load.
Also run this code from separate instance of UI so that you can see actual error generated when you try to bind
Be careful using dataset if your application has many users and there is plenty of load.
If there is any fix to this from microsoft then I would like know it as well
Enjoy testing and thanks in advance for suggestions
Sach
Has anyone out here tried to carry out some Stress test on dataadapter.fill()
Guys try this
Simple query with 1 or 2 join
Tables not having more than 1K records
Use da.Fill(ds
Bind a table to some grid. No fancy stuff --- You will notice problems here as tables object itself is not created
Use a stress tool to put some load.
Also run this code from separate instance of UI so that you can see actual error generated when you try to bind
Be careful using dataset if your application has many users and there is plenty of load.
If there is any fix to this from microsoft then I would like know it as well
Enjoy testing and thanks in advance for suggestions
Sach