|
-
Aug 14th, 2012, 10:53 AM
#1
Thread Starter
New Member
Unable to edit data in dbase
Hi guys,
I'm having an issue when i'm trying to save the modification I make in my dbase. I'm using a save button, the first save work fine but if I modify my data and try to save again I get this message: concurrency violation the updatecommand affected 0 of the expected 1 records. I get this message at the tableadapter.udapte line. I'm using visual basic express 2010. Here's my codes for my save button:
Me.validate()
Me.donneesoiseauxbindingsource.endedit()
Me.donneesois_oiseauxtableadaptater.update(datatable)
Thanks for helping me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|