Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

datagridview doesn't delete from database file (mdb)

Status
Not open for further replies.

djramc

Programmer
Feb 5, 2007
2
BE
Hi guys

i used a bindingnavigoator for listing data in rows when i click on delete icon it seems like ok but it doesn't delete effective from my database file ? I hope it was clear. here i post an image for better to understand.

Thanks by advance


after I clicked on delete icon it seems ok


Deleted row comes back when i start again program so its not deleted in real


Any suggestions are welcome
 
What's the code behind the delete button? If the row is deleted from a DataSet, is the database updated with those changes? Do adding and editing a row work?

 
There is no code behind delete button i used bindingnavigator

thank you for your post
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top