Re: Update row in database
Well...of course it doesn't work. You didn't tell it to do anything. You set the values, but that's it. You didn't tell it to update back to the database so of course it won't do anything! I recommend looking up a few database tutorials involving DataSets on Bing or Google before going any further with what you're doing.
Also, as a side note, there is a Property for the form that will start the form in the center of the screen. I forgot what the property name was, but I'm sure a quick search can find it.
Re: Update row in database
Well I fixed it myself.
I forgot to add that it should update the tableadapter. Dumb me!
Re: Update row in database
Quote:
Originally Posted by
DryGoldFish
Well I fixed it myself.
I forgot to add that it should update the tableadapter. Dumb me!
Foiled once again by hindsight!! :D
Re: Update row in database
And also, thank you for the side note. I found the property.
It's called: StartPosition.
Thank you :)