Skip to content

n this project, the server was created in C#, the data coming from the client to the server were added to SQL.

Notifications You must be signed in to change notification settings

Halenursozer/Insert_Data_to_Sql_from_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insert_Data_to_Sql_from_Server

In this project, the server was created in C#, the data coming from the client to the server were added to SQL.

In this project, 8 different ports of an alarm system are discussed (P1,P2,P3,P4,P5,P6,P7,P8). Alarms coming to this alarm system come to the server we created. Then, the data received as parse to the server is inserted into SQL.

In this project, the following packages have been downloaded from the nuget package manager.
image

First, a database called Register was created in SQL. Then a table named stateofports was created. ID, Date, serial number of the device, and ports are added to the table.

You can examine the table in sql in the image below.

image

You can refer to the image below for the c# form screen.
image

You can see the data coming to the server inserted into SQL in the image below.
image

About

n this project, the server was created in C#, the data coming from the client to the server were added to SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages