If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Database design question (bus schedules)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-05, 19:30
kweli kweli is offline
Registered User
 
Join Date: Nov 2005
Posts: 9
Database design question (bus schedules)

Evening

I was a for asp programmer and have been doing router/network installs for the past 3 years. My sql and database knowledge is limited but i need some help.

I am working on a project that involves the bus system here in the city. I want to take these schedules "http://www.sorta.com/routes/Rt1Mar.pdf" http://www.sorta.com/schedules.html and make them searchable. The ultimate goal is to give current data of the next bus at "requested" stop. This is what i could come up with but i dont think this is right at all.

route_tbl
rid
route_number

stop_tbl
stid
rid
stoplocation

times_tbl
tid
stid
times
rid

what do you think any suggestions would be much appricated.

Thank you in advance
Reply With Quote
  #2 (permalink)  
Old 11-09-05, 01:09
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Looks like you've got it right.
__________________
visit: relationary
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On