Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1330
Update Database
posted

I have a grid where most of the cells are formulas.

The grid is populated using a table adapter.

When i want to update the database i run the update method of the table adapter.

 

It takes a long time to update the database. If i do not have any formulas it updates the database straight away. Why does it take so long with formulas?