Forums

ASP

This topic is locked

ASP Hotel REservations tutorial

Posted 02 Jan 2002 21:23:14
1
has voted
02 Jan 2002 21:23:14 Pablo Deeleman posted:
Hi there!

Does anybody know where may i find a tutorial about how to implement an Hotel Reservations System built in ASP? Or something related?

Any kinda help will be deeply appreciated!

Happy new year!



P. Deeleman
www.deelemanonline.net

Replies

Replied 03 Jan 2002 08:53:10
03 Jan 2002 08:53:10 Viktor Farcic replied:
You must be little more specific in what exactly you need. Basically, you'll need to create table with hotels information: name, rating, address.... Second, table with rooms information: type of room, number of beds, number of rooms, number of available rooms... Whenever somebody makes reservation make update to: number_of_available_rooms = number_of_available_rooms - 1. Opposite when somebody checks out: number_of_available_rooms = number_of_available_rooms + 1.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi there!

Does anybody know where may i find a tutorial about how to implement an Hotel Reservations System built in ASP? Or something related?

Any kinda help will be deeply appreciated!

Happy new year!



P. Deeleman
www.deelemanonline.net
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Viktor Farcic

TalkZone Manager

Edited by - vfarcic on 03 Jan 2002 08:53:36

Reply to this topic