where to store flight origin and destination lists
Naru Singh
Greenhorn
Joined: Jun 18, 2001
Posts: 1
posted
0
Hello all, I just downloaded java developer exam assignment. I am just wondering if any one of u know that should be hardcoding the flight origin and destination lists.
Thanks a lot Naru.
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
I think that you would have too much work to do to store it anywhere. Of course without being able to "Select DISTINCT(Origins) from Flights", you will also have to loop through the database when you want to build your list. Some people leave these as textfields and not comboboxes.
subject: where to store flight origin and destination lists