Hi, Currently trying to create my project for my a levels. I'm struggerling to get to grips with running vb.NET with mysql (using .net connector).
The simple commands I need are,
Connect to mysql database - got that working
Show information from tables in textbox
Edit information once information is shown in textbox
I have setup all my tables already
I have
this code running on
this table
however I just get the error:
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.
Any help would be appreciated as this project gets me into university!
Thanks
