Database Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesDatabase Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old October 8th, 2004, 10:14 AM
pierrotmb pierrotmb is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 1 pierrotmb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy 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

Reply With Quote
  #2  
Old October 16th, 2004, 10:23 AM
michlmann michlmann is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 56 michlmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Customer, reservation, room, pricelist... where's your specific problem?

Reply With Quote
  #3  
Old October 22nd, 2004, 05:16 PM
zounr zounr is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 2 zounr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up 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
Attached Files
File Type: doc fidlylo1.doc (52.0 KB, 4079 views)

Reply With Quote
  #4  
Old September 25th, 2006, 04:19 PM
e-male.me.uk e-male.me.uk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 1 e-male.me.uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 8 sec
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

Reply With Quote
  #5  
Old January 25th, 2007, 04:58 PM
weissf weissf is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Posts: 2 weissf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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!

Reply With Quote
  #6  
Old January 31st, 2007, 04:58 AM
stallyon stallyon is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Posts: 31 stallyon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 45 m 33 sec
Reputation Power: 2
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.

Reply With Quote
  #7  
Old May 11th, 2007, 04:34 PM
sait800 sait800 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 2 sait800 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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

Reply With Quote
  #8  
Old May 12th, 2007, 04:40 AM
sait800 sait800 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 2 sait800 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 40 sec
Reputation Power: 0
hotel reservation

can u email the program to sait800 at rediffmail.com

Reply With Quote
  #9  
Old August 8th, 2007, 06:02 AM
abida007 abida007 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Posts: 1 abida007 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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

Reply With Quote
  #10  
Old March 5th, 2008, 12:51 PM
Daniyaal Daniyaal is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2008
Posts: 1 Daniyaal User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesDatabase Development > hotel booking database design


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway