CRUD operations in vb.net using stored procedure

preview_player
Показать описание
In this video I will teach you how to create CRUD operations in vb net using stored procedure. The CRUD which stands for Create, Read,Update and Delete is basically a functionality to insert a record into a database table, Read a record from the database table, Update a record in a database table or delete a record from a database table.
A stored procedure is a set of SQL statements stored in a relational database as a group with a name, so that it can be reused by multiple programs or shared by multiple programs.

If you would like to see more of those videos, let me know in the comments!

Click here to subscribe to my channel:

Click here for Visual Basic.Net Playlist:

Click here for CRUD in VB.Net with SQL code directly in application code

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

superb, need one sp for crud with the key of action

asgeralia
Автор

greate video sir, How we can show record in data gridview. Please make a video. Thanks.

lhrintl
Автор

For each dt as data row in data dt. Row man error day raha hai

funwithme
Автор

How we use the gried view in this code

funwithme
Автор

Sir 2:57 per jo ap command ka code write keya ha wo mistake day raha hai

funwithme