Showing posts with label CRUD. Show all posts
Showing posts with label CRUD. Show all posts

Wednesday, November 23, 2016

Post #9 : Programming " CRUD Part 3 - How to Update data in SQL Server using VB.net with sample project"

Hi. Jack


Now we will try to  change the data that we have input, we will work with one button that we have made in the first trial here.

we will combine save and update command in one button.

Sunday, November 20, 2016

Post #8 : Programming " CRUD Part 2 - How to Select and Find data in SQL Server using VB.net"

Hi. Jack

now we will try to call the data that we have made in this post.

the scenario is, when we are typing the code in the code field and press enter the program will find the data in the database and display it if the code already exist in the database, if the code is not exist program will display "not found" message.

Post #7 : Programming " CRUD Part 1 - How to Insert or Create data in SQL Server using VB.net"

Hi Jack,

in the programming there is a very important process, no matter what the product is made, for dealing with the database CRUD definitely used.

CRUD what the heck is that ?