MySQL VB.NET Tutorial 7 : Edit/Update a data from Database with button

preview_player
Показать описание
How to update/edit data using VisualVB.NET
Update the data in a database VB.NET
edit data in mysql database Visual VB.NET
Update a MySQL database field data with VB.NET
select,edit,delete,update data in datagridview control[VB.NET]
How To Update a SQL Server Database by Using visual basic
How to use a ComboBox control to edit data
How to Edit Data VB.NET
Update and Delete data in database VB.NET
Tutorial how to how can I VB.NET
Рекомендации по теме
Комментарии
Автор

sehr hilfreich ... auch nach Jahren funktioniert noch alles genauso ! ... Damit konnte ich die ersten Schritte zum eigenen Kundentool machen

tonimakowski
Автор

thank you so much bro you are a life saver!

cristianvenjoreyes
Автор

I was working on fixing that parentheses syntax error for like 20 minutes. Then I watched the rest of the video and realized you fixed it. Ugh...

mpervious
Автор

super bro your tutorials are awesome very helpful

adarsh
Автор

Awesome videos, but is there a way to minus a value from the database from a number you have in as text box. Say I have 30 in my database, I enter 6 in a text box and then my database will be 29. I also seem to end up with a negative number. Thanks.

stevellewellyn
Автор

Very IMPORTANT for you and for us: write the LINKS and titles of the other videos related to the matter (if you could... also write the code up here).

CarlFritz
Автор

First of all, let me say that the tutorial is excellent Im doing the same example but with  database in access and I have a problem when performing upgrades because a message appears saying that not match the data types in the criteria expression at what it this? If I respect all the steps.
I apologize if my question is not understood, because I don´t speak English, I´m using google traslator.
I hope  you can answer my question and thank you very much.

lavidademorena
Автор

How can add the new age to the last age in database?

thanosarampatzis
Автор

Hello, would you please make a video on how to upload a .doc or .txt to a database?
Would really help me a lot.

Christopher-bzsk
Автор

I am grateful and I am not trying to be rude but Indians are really good at programming I just wish they would get better and have a little more excitement with their English. 

shlerTHEnumbas
Автор

Hello sir .. i believe that in your MYSQL database already have image data BLOB... can i request you to do tutorial for inserting and retrieve image from picturebox into MYSQL database and retrieve the image....Thanks in advance

cubatrytestchannel
Автор

I also did the tutorial 13 (displaying selected row deom datagridview to textbox) but now when updating the data, it updates all the rows.
I only want to update the selected row.
Please help.

TheCarloszoom
Автор

What if, the user inputted the wrong data.

battledoom
Автор

error: The method or operation is not implemented.

TheOwnerPO
Автор

Line 35:             READER = COMMAND.ExecuteReader

TheOwnerPO