This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
In the booking window, how could you recongnize the specific id associated with each flight? I guess my question is how to associate the record number as a hiden field in the table? Do we need to create a hashtable (record number,flight number pair)? Where should I implement this hashtable? Thanks in advance!
You could use the Flight Number to recognize the indiviual rows (primary key). Later, when it comes to reservtion lookup the record in the database for this flight number. Bern [ January 17, 2003: Message edited by: Bernhard Woditschka ]