Skip to main content

Posts

Showing posts from April, 2013

Invoice,Billing Application(Software)

Introduction This is a simple billing project which was developed using C# & SQL Server 2005. You can use it for all type of invoice/Bill preparation after small modification. Download Project Download SQL Script Video in Youtube Create Database There are two ways to create a database.          1. SQL Management Studio Query Analyser.          2. SQL Management Studio Visual Tool. The following sql script create a database with default option using SQL Management Studio Query Analyser. CREATE DATABASE [MyBill] (where MyBill is a name of database) Open SQL Server Management Studio Express and execute the above mentioned query. Create a database using SQL Server Management Studio Express Right Click on Databases. Select  New Database...  from the popup Type your database name(Eg. "MyBill") Select "OK" Table Creation Table Name