my code is this:
Me.Validate()
Me.CFTINVENTORYBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(CFTDataSet)
At first I can insert data into the cells and save it... but when i try to edit the same cell with data already saved in it I get this error...
sqlcelexception was unhandled
There was an error parsing the query. [ Token line number = 2,Token line offset = 29,Token in error = , ]
I also get the same error when deleting an already saved cell with data.
please help.