View Single Post
Old Jan 14th, 2007, 8:53 PM   #1
buryong
Newbie
 
Join Date: Jan 2007
Posts: 2
Rep Power: 0 buryong is on a distinguished road
how to update database using bindingsource

hi, i need to update my database using bindingsource. i tried to use bindingsource.endedit but nothing was updated on the database and it didn't returned any error message.

i also tried dataadapter.update(bindingsource.datasource) after bindingsource.endedit code. and i got an error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
buryong is offline   Reply With Quote