The project is to computerize traveling company to manage data, so that all the transactions become fast and there should not be any error in transaction like calculation mistake, bill generation and other things. It replaces all the paper work. It keeps records of all bills also, giving to ensure 100% successful implementation of the computerized Bus reservation system.
This reservation system has three modules. First module helps the customer to enquire the availability of seats in a particular bus at particular date. Second module helps him to reserve a ticket. Using third module he can cancel a reserved ticket.
# First module retrieves data from tables required for enquire.
# Second module inserts values into the tables on reservation.
# Third module deletes values into from the table on cancellation of tickets.
As the application is hosted using IIS Server onto internet it can be accessed by many number of people concurrently.