|
 |
|
Dev Articles Community Forums
> Databases
> Database Development
|
hotel booking database design
Discuss hotel booking database design in the Database Development forum on Dev Articles. hotel booking database design Database Development forum to discuss the topics of designing, maintaining, and normalizing databases. If you have to store and retrieve data of any kind, this forum is for you.
|
|
 |
|
|
|
|

Dev Articles Community Forums Sponsor:
|
|
|

October 8th, 2004, 10:14 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
hotel booking database design
i am trying to design a hotel booking database that will allow guests to book a room and pay for their stay just like in a normal booking or an on-line booking,can someone think of the entities i should use for that? this is just for self exercise..thanks
|

October 16th, 2004, 10:23 AM
|
|
Contributing User
|
|
Join Date: Mar 2004
Posts: 56
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
Customer, reservation, room, pricelist... where's your specific problem?
|

October 22nd, 2004, 05:16 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Entities for Hotel Reservation Software (Sheraton Hotel)
Hi Buddy,
I send u complete Database script of Hotel Reservation System, but please user it for personal practice,
Thanks,
Zounr Badar Uddin
badar300@hotmail.com
|

September 25th, 2006, 04:19 PM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 2
Time spent in forums: 14 m
Reputation Power: 0
|
|
|
i created a simple hotel reservation database using access, and i think it could be modified to suit ur needs. have a look at: my site http://www.e-male.me.uk or a direct link to the page
|

January 25th, 2007, 04:58 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 2
Time spent in forums: 17 m 20 sec
Reputation Power: 0
|
|
|
access database reservation system
Quote: | Originally Posted by e-male.me.uk i created a simple hotel reservation database using access, and i think it could be modified to suit ur needs. have a look at: my site (URL address blocked: See forum rules) or a direct link to the page |
Sure wish I could take a look at that program. I am trying to create something similar for my girlfriend. Need help bad!
|

January 31st, 2007, 04:58 AM
|
|
Contributing User
|
|
Join Date: Jan 2007
Posts: 31
Time spent in forums: 2 h 45 m 33 sec
Reputation Power: 7
|
|
|
You'd first need details about the customer (tblCustomers):
First Name
Surname
Address
Telephone Number
Mobile Number
Email Address
Assign to this a CustomerID number (auto-increment)
Then you need details about the room types (tblRoomTypes):
Room Type
Num Beds
Price Per Night
And assign to this a RoomTypeID number (auto-increment)
And then details about each room (tblRooms):
Location
RoomNumber
RoomTypeID (this is taken from the tblRoomTypes table)
And add to this a RoomID number (auto-increment)
And then details about the booking:
Start Date of Booking
Num Nights Stay
CustomerID (taken from the tblCustomers table)
RoomID (taken from the tblRooms table)
add add a BookingID number (auto-increment)
you now have everything you need to design your forms and queries to add customers, make bookings and create rooms
If you need any more help then do let me know.
|

May 11th, 2007, 04:34 PM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 2
Time spent in forums: 26 m 40 sec
Reputation Power: 0
|
|
|
Hotel reservation
Can u email the database to(E-Mail address blocked: See forum rules) as attachment or link to ur site
|

May 12th, 2007, 04:40 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 2
Time spent in forums: 26 m 40 sec
Reputation Power: 0
|
|
|
hotel reservation
can u email the program to sait800 at rediffmail.com
|

August 8th, 2007, 06:02 AM
|
|
Registered User
|
|
Join Date: Aug 2007
Posts: 1
Time spent in forums: 9 m 51 sec
Reputation Power: 0
|
|
|
Database Development
Quote: | Originally Posted by pierrotmb i am trying to design a hotel booking database that will allow guests to book a room and pay for their stay just like in a normal booking or an on-line booking,can someone think of the entities i should use for that? this is just for self exercise..thanks |
hello there
serious trouble you must b facing bcuz designing a database is a real tough task and requires lots of understanding.. i've been facing this problem through out my educational life but i got through just bcuz of one source oracleplace.com
visit the site and find your way around .... and i am sure your problem will be solved
Good luck
Bubye
|

March 5th, 2008, 12:51 PM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 1
Time spent in forums: 4 m 27 sec
Reputation Power: 0
|
|
|
Daniyaal
Could you sent me a hotel resarvation databse using access...................or the tabes and fields
|

November 9th, 2008, 06:25 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 2
Time spent in forums: 14 m
Reputation Power: 0
|
|
Quote: | Originally Posted by weissf Sure wish I could take a look at that program. I am trying to create something similar for my girlfriend. Need help bad! |
Update: The hotel database is now on my new site: digiwebbs.com (link available in my profile - i would put the link on here, but i'm not allowed with being a new user 
|

December 27th, 2008, 12:01 PM
|
|
Registered User
|
|
Join Date: Dec 2008
Posts: 1
Time spent in forums: 10 m 28 sec
Reputation Power: 0
|
|
|
Domestic & International Hotel Databas
We are interested in gaining access to a complete hotel database that contains both domestic and international hotels.
The critical information that we are looking for is;
Hotel Name
Address
City, State, Zip Code
Telephone Number
Fax Numer
Total Number of Hotel Guest Rooms
In a perfect world, the database would also contain;
Total Number of Meeting Rooms
Total Meeting Room Space in Square Feet
Largest Meeting Room
Hotel Sales Contact Name
Hotel Sales Contact E-mail Address
|

February 3rd, 2009, 11:20 PM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 1
Time spent in forums: 15 m 12 sec
Reputation Power: 0
|
|
|
I am looking for same
snip from above.
BUT I AM ALSO LOOKING FOR SAME
I am interested in gaining access to a complete hotel database that contains both domestic and international hotels.
The critical information that we are looking for is;
Hotel Name
Address
City, State, Zip Code
Telephone Number
Fax Numer
Total Number of Hotel Guest Rooms
In a perfect world, the database would also contain;
Total Number of Meeting Rooms
Total Meeting Room Space in Square Feet
Largest Meeting Room
Hotel Sales Contact Name
Hotel Sales Contact E-mail Address
|

March 23rd, 2010, 01:24 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 1
Time spent in forums: 16 m 56 sec
Reputation Power: 0
|
|
|
Stalyon,can i know how did you make the query for the rom availability based on the tables descriptiption that you had gave before this.
Realy apreciate if you would tell to me..
|

May 24th, 2010, 11:51 PM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 1
Time spent in forums: 7 m 21 sec
Reputation Power: 0
|
|
|
You can download and use our free hotel database
Hi, I am Dennis from HFind.com. We have a database of 140,000+ hotels with name, address, phone, descriptions, location, amenities and photos. You can freely download and use it on your web site(s).
|

March 1st, 2011, 04:02 AM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 1
Time spent in forums: 31 m 13 sec
Reputation Power: 0
|
|
|
Information given is really very good.Thanks for this useful information.
|

April 10th, 2011, 03:08 PM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 1
Time spent in forums: 24 m 42 sec
Reputation Power: 0
|
|
Use an existing reservation system?
If I got the original question right, you want to develop a hotel reservation system for your website? Why not use an existing? There are a lot of reservation systems readily available. Check out compare-hotel-reservation-systems.com. We're using sirvoy.com after going through some alternatives. It's $25/month, nothing compared to developing something on your own... or at least you'll get some good input for your own development through their free trial... 
|

April 15th, 2011, 11:18 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 1
Time spent in forums: 48 m 16 sec
Reputation Power: 0
|
|
|
database design
Hi All,
Im new here and im a web developer. im also interested in how to design database driven websites. Any idea where i can start?
PS - Im currently in need of a simple account/member creation(registration) and login form which submits to db and can be administered.
Thanks all.
|

April 20th, 2011, 06:40 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 1
Time spent in forums: 12 m 17 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by hfindcom Hi, I am Dennis from HFind.com. We have a database of 140,000+ hotels with name, address, phone, descriptions, location, amenities and photos. You can freely download and use it on your web site(s). |
Dear Dennis
I have applied for access to your database at HFind.com without getting any replies.
Could you please help me getting access to your database.

|

March 16th, 2012, 12:53 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 6
Time spent in forums: 13 m 57 sec
Reputation Power: 0
|
|
|
Usefull info!!
|

March 16th, 2012, 01:50 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 5
Time spent in forums: 14 m 57 sec
Reputation Power: 0
|
|
Stalyon,can i know how did you make the query for the rom availability based on the tables descriptiption that you had gave before this.
Realy apreciate if you would tell to me..

|

December 12th, 2012, 12:50 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 1
Time spent in forums: 6 m 18 sec
Reputation Power: 0
|
|
|
Hello
hi buddy, could u send the database to my email its, (da_sh79@yahaoo.com
thanks
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|