Train Reservation System or Train Ticket booking system is a secure reservation system designed for railway. Train reservation system is a complete Software Application designed to manage inventory system, pricing for both passenger as well as train operators including sleeper compartment and cabins. Earlier it was a tidy job to book train ticket. A person had to stand in long queues and wait for a long hours to make reservation in advance.
Visual Basic and Microsoft Access Based Train Reservation System
Front End : Visual Basic 6.0
Back End : Microsoft Access Driver 2003
DOWNLOAD NOW
7 Comments
gopi
May 24, 2012 - 2:21 PMno
safi
June 8, 2012 - 4:05 PMwhat is the password and username to login while running project?
saurabh
September 8, 2012 - 10:08 AMplease can some one do it with oracle as back end instead of microsoft access ..
saurabh
September 19, 2012 - 9:02 PMplease someone do with oracle as backend
admin
September 21, 2012 - 11:54 AMhope we try to do this project using oracle
amit swain
September 26, 2012 - 8:58 PMplease someone post project with front end asp.net,c#language nd backend is sql server 2010
RajRanaPratap
November 16, 2019 - 2:09 PMopen code window of form1 and paste the following code –
Private Sub Command1_Click()
If Text3.Text = “ravi” And Text4.Text = 123 Then
Unload Me
MDIForm1.Show
Else
MsgBox (“Invalid Username/Password”)
End If
End Sub