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


no
what is the password and username to login while running project?
please can some one do it with oracle as back end instead of microsoft access ..
please someone do with oracle as backend
hope we try to do this project using oracle
please someone post project with front end asp.net,c#language nd backend is sql server 2010
open 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