Create a "Cowshed" database containing a single "Herd" table (fields: ID, cow Name, milk yield per month).
- Displays information from the database when the app is launched;
- Make changes (add, modify, add) using the DataGridView features;
- Saving changes to the database or canceling user actions;
- Additionally: before saving, a window should appear showing the changed rows and asking for confirmation of actions.
To use connected mode ADO.NET. To create a connection string, use the SqlConnectionStringBuilder object.
- create command objects in code;
- use the SqlCommandBuilder class.