Hello,
i am develop website in jsp as per our final year project rule of college.my project is public transportation.i am creating site for it.
now my problem is to create database for bus train and flight ticket reservation..
how can i create database for it and also journey table for it..
table-station
station id(p)
station name
journey-table
journey-id(p)
train-table
train-id
seat-table
seat id(p)
train id(f)
seattype(p)
journey-table
train-journey(p)
journey id(f)
train id(f)
journey station-table
journeyid (f)
stationid(f)
i have to match source to destination by users and available train details how it is possible..??plz send me reply
i want to do this
source station=
destination=
and get available trains list
and also ticket price calculation....