Originally posted by Jason Moors:
I guess you could argue that the system is for agents not end customers and therefore they may want to unbooked rooms etc, but I think this is outside of the requirements.
Jason
[ March 28, 2006: Message edited by: Jason Moors ]
All text values, and all fields (which are text only), contain only 8 bit characters, null terminated if less than the maximum length for the field.
Originally posted by Jason Moors:
I think there are two ways you can handle this requirement.
1) Filter Records in the business layer (not in the DB layer), so that only rooms that are available within the next 48 hours are displayed in the GUI.
2) Display all records but if a user selects a room that is not available in the next 48 hours, display an error message.
Jason.