E
Edward
Hi everybody
I'm usuing the walkthrough example in MSDN , I successfully created a SQL
database and I can retrieve my data in my application using bound controls
and Binding navigator but when I save something i the datebase and close the
application and then open it again all the new data i have saved are gone.
Even I added the code in my formclosing event
Me.AddressesBindingSource.EndEdit()
Me.AddressesTableAdapter.Update(Me.FirstDatabaseDataSet.Addresses)
and results are the same.
Could be this because I dont have admin access to my computer at work? or
there is something Im missing here?
I'm usuing the walkthrough example in MSDN , I successfully created a SQL
database and I can retrieve my data in my application using bound controls
and Binding navigator but when I save something i the datebase and close the
application and then open it again all the new data i have saved are gone.
Even I added the code in my formclosing event
Me.AddressesBindingSource.EndEdit()
Me.AddressesTableAdapter.Update(Me.FirstDatabaseDataSet.Addresses)
and results are the same.
Could be this because I dont have admin access to my computer at work? or
there is something Im missing here?