Skip to main content

C# Open Source Edit To SQL Server Sample

It's Kinda Confusing Sometimes When Dealing With Update/Insert/Delete To Database .
I Created This Post To Present to you guys just a little sample for a Windows Form that you can use it to Edit To SQL DataBase ..
This Sample is a Part of my Pharmacy Project ( I will be Posting the full project As Soon As possible When it's All working ).

It's Free To Download 
It's Open Source .. You Are Free To Edit It However you want 
Download Link (MediaFire) :  Edit To SQL Server

Steps To Try It : 

  1. Open The Project On Microsoft Visual Studio

  2. Open Server Explorer and Connect To Your Own Server (Windows Authentication)

  3. Create A DataBase Then Create A Table Name It Phar_Item_Info As Shown In The Picture Below..

  4. Add Fields To The Table As Shown In The Picture Above .. 

  5. And Finally Add Some Data To The Table For Test
Download Link (MediaFire)Edit To SQL Server

I Hope It's Helpful For All Of You People ..
Best Wishes Geeks :)

Related Posts : 




Comments

Popular posts from this blog

How To Create C# Chat Application

Hello Geeks .. Today I gonna show you How to make a Chat Application Using Microsoft C#.NET 5.0  . You Can Use Older Versions Since there is nothing special in the application that only belongs to C# 5.0 . This Application Was Created To Allow Two Computers To "Chat" Using IP Addresses Also you Can Open two Clients On The Same Computer and Use Same IP Address But Different Port.. It is simple and Easy to Use And Develop .. I also Uploaded The Full Working Project With It's Source Code On MediaFire.. You Will Find The Link At The End Of the Post :)

C# Full Pharmacy Project With Source code

Hello Geeks .. This post is one of our completely Free Projects  .. It is a Pharmacy Project that can perform a lot of operations you can also find the (.dll) files for the working Barcode Reader Machines in your country and add it to the project .

How To Create A Change Password Form in a C# Application

Hello Geeks .. This little post is a free sample C#  Windows Form that can be used to change password in a SQL Database .