Database Windows Form

Connecting C# Application To SQL Database(Select-Insert-Update-Delete)

Here in this article, I will show you how to connect a C# Application with Sql Server database.

Step 1:  Open Sql Server, click on a New Database. Give the database name “dbSchool”.

 

Step 2: Now create a Table in database, You can name a table anything you want, here I named it “Student” . There are three columns in the table IDFirstName and LastName like the following,

Form Design: 

C# Code:

Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.