Buddy,
I have created a project where i am using Sql Server for the back-end. Using Sql Server Managament Studio I created a database and then some tables, and connected the database to my project, this all worked perfect.
Then i created a Windows Form(Form1) and added 'data bound columns' from the Data Source Window>DataSet>Table>Columns by dragging them on to the form, even this went right without any error.
But then when i am debugging my broject, Form1 executes and shows me the fields that i had dragged on it, I can add a new record, and even save it on the form, but as soon as i Stop debugging or close the form, i find that the data is not updated in the actual
data source and or dataset.
In short my problem is that data source does not update the changes like addition of a new record or modification of any existing record and i have cross checked my code many times.
I think you can definitely help.Please go ahead.