Ok,
I am seperating my application into the standard 3 ntier layers. It is a winforms application.
My question is how to handle database transactions.
Should I load the entire database into memory and then update the server database when the application closes?
Currently the application updates the database as each value changes in a grid or any fields. Everything is handled via stored procedures.
There are so many different examples that I am hard-pressed to find the best approach.
I am seperating my application into the standard 3 ntier layers. It is a winforms application.
My question is how to handle database transactions.
Should I load the entire database into memory and then update the server database when the application closes?
Currently the application updates the database as each value changes in a grid or any fields. Everything is handled via stored procedures.
There are so many different examples that I am hard-pressed to find the best approach.