Hotel Reservation System

Language

Free Hotel Reservation System

This is a complete application for Hotel Management System. The source code contain advance programming specially in using SQL Language.

Beginners are advice to learn the manual before using the code. If you want me to continue developing this program please let me know by sending an email under "Contact" page. Please Specify what program you're referring to.

Basic features:

  1. Guest reservation
  2. Billing System
  3. Change room
  4. Multiple account per room
  5. Guest report
  6. Other charges

You are welcome to report any bugs found in this program.

Account information:

username: admin

password: a

For the database password please read FAQ.

Note: You must have crystal reports 8.5 in order to open all the reports. If you don't have crystal reports then download the installer below.

Download Hotel Management System v1.0 Installer here.

How to register an ocx file.

Here's the manual.

The VB.NET version of this program can be found here: Hotel Reservation System (VB.NET).

Although programs with free source code are good but sometimes you need a commercial software that will answer your company's need. It's impractical for your business to wait for other people to finish the features that you are looking for. This website is design solely for programmers who want to share common knowledge.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Sun, 07/26/2009 - 03:08

In reply to by admin

Hi, Let me know if you could work for me on this software. If you already have this source code then I want this to be customise this for me. let me know ASAP
Submitted byAnonymous (not verified)on Tue, 07/28/2009 - 19:15

Dear, i want to know the password of Access Data Base. Please can you tell me the password of database if yes then my email id is [email protected] Regards, Vikas Yadav
Submitted byAnonymous (not verified)on Wed, 07/29/2009 - 23:35

hI! just wanna ask ur contact page! where is it here? how can i contact u?
Submitted byAnonymous (not verified)on Mon, 08/03/2009 - 18:33

we are making an online reservation in for books in our project..and i think that there is something in common in what you did... I will juz ask if how can i make this on a website? we will use java/javascript... plz help, anything explanation related on this will be a big help for us.. thank u...
Submitted byAnonymous (not verified)on Wed, 08/05/2009 - 01:49

please Send meThe Password If Any one have it tanx a lot
Submitted byAnonymous (not verified)on Fri, 08/14/2009 - 04:27

In reply to by Anonymous (not verified)

pl tell your dbase pwd. i can't open this db files
Submitted byadminon Sat, 08/15/2009 - 10:04

In reply to by Anonymous (not verified)

Read FAQ.
Submitted byAnonymous (not verified)on Thu, 08/20/2009 - 14:57

hello iam in big problem i am u to help me inmy project .a study program is in our college and they allot me the project of point of sale in any plateform. i am know c,c++ and vb6.0 and kindly tell me how i make this project . wait for ur relpu id: [email protected]
Submitted byAnonymous (not verified)on Sun, 08/23/2009 - 18:02

hi there whats the difference between visual basic and visual studio? because i am new in visual studio 2008...Im a certified VB 6.0 user i am seeking for a sample code in connecting to database(ms access)using visual studio.. unlike visual basic 6.0 its easy to connect and access using ADODB.. Ive encountered an error if I use ADODB.Conection and recordset in visual studio.. can you make some codes in visual studio 2008/05? example of user auyhentication(password-log in) and sample add,edit,delete,update.. thank you! sir.. post here or at planetsourecode or email me at [email protected]
Submitted byAnonymous (not verified)on Sun, 08/23/2009 - 18:03

hi there whats the difference between visual basic and visual studio? because i am new in visual studio 2008...Im a certified VB 6.0 user i am seeking for a sample code in connecting to database(ms access)using visual studio.. unlike visual basic 6.0 its easy to connect and access using ADODB.. Ive encountered an error if I use ADODB.Conection and recordset in visual studio.. can you make some codes in visual studio 2008/05? example of user auyhentication(password-log in) and sample add,edit,delete,update.. thank you! sir.. post here or at planetsourecode or email me at [email protected]
Submitted byAnonymous (not verified)on Mon, 08/24/2009 - 08:07

when run the program i having 101 error y??????????? this hapen.is this program full of error and we need to debug?????????? pls reply ron
Submitted bysweetdevilon Mon, 08/24/2009 - 10:51

hi just want to know.. becouse when im try to hit any report like "check in guest" it always says SERVER HAS NOT BEEN OPENED
Submitted byAnonymous (not verified)on Mon, 08/24/2009 - 22:11

how to open this one: Download Code Hotel Management System VB.NET_.zip tnx,poh..^_^

Man, I am very jelous of you..:( How can you very genius in programming in Visual Basic?? You are a GENIUS!!!!!:D
Submitted byferdztechon Sun, 09/06/2009 - 23:42

hotel management using IC card, validate/check card, auto lock door,unlock. turn on/off appliances. then record the event in database. tnx
Submitted byAnonymous (not verified)on Tue, 09/08/2009 - 16:53

I have a very Big Problem here about Room Numbering. It only accepts numbers and that is another main limitation of this software. What If the hotel room have room numbers like C1, C2, B2 etc?? I tried to change the field to "text" data type but stills bring hell of error, can someone help on this? Reply to email: [email protected]. Thnks and regards,
Submitted byadminon Fri, 09/11/2009 - 16:15

In reply to by Anonymous (not verified)

If you want to change the data type you need to change a lot of things also like the relationship and the way I call a query. This will be easy if you know how to do it.

After you change the data type from number to text you need to change also how you declare RoomNumber like in the declaration section of frmCheckOut: From Public RoomNumber As Integer To Public RoomNumber As String Also in SQL Statement like: From WHERE RoomNumber = " & txtRoomNumber.Text to WHERE RoomNumber = '" & txtRoomNumber.Text & "' Take note about the apostrophe. Reference a number is different from referencing a text.
Submitted byAnonymous (not verified)on Thu, 09/10/2009 - 10:33

hai...how can i change the database pasword or can i to push out the password bcoz i thik i dn't want it.can u guide mee.tq
Submitted byadminon Fri, 09/11/2009 - 17:11

In reply to by Anonymous (not verified)

Open it in MS Access in exclusive mode then you can either change or remove the password.

Pls help me...i need you so much.. Pano poh ba gumawa ng katanggap tanggap na system...grabe 18 thesis proposal na poh ginawa q,,WALA PA DIN!! pls reply to my email..([email protected]) o kea d2 na lang w8 q now..tnx..

Hi Ms. Beautiful. What kind of thesis you are proposing?

Hi... I was run ur Hotel application and it runs but when i am trying to open report it open the database login then i given User login as admin and password as jaypee but give the messagebox with logon failed... I am run this application from C:\ drive but when database login is display it give the path F:\...\Data\.mdf How could be change this path or give me proper solution I was gone every comment ur posted but u doesn't mention abt this problem... Please help me... My email id [email protected]
Submitted byAnonymous (not verified)on Thu, 09/24/2009 - 17:52

In reply to by admin

can you help me to make a progaram for hotel reservation..tnx
Submitted byAnonymous (not verified)on Fri, 12/18/2009 - 18:19

In reply to by admin

Hello, Tried running program from VB-6 an error the path is pointing to a drive F:/website..... Where do I adjust this so that I can run and see changes I have made, please. Thank you. John
Submitted byAnonymous (not verified)on Mon, 09/21/2009 - 18:19

may askin about application about printing id card use vb6 + crystal report....??????? [email protected]
Submitted byAnonymous (not verified)on Thu, 09/24/2009 - 17:20

Hi.. I was ur Hotal management System application.. I was download ur application & run it... It is runing but in Report section when i was trying to open one of report it is asking to enter some information like 1.Server:Hotal 2.Database:F:\Hotel Management System\Data\data.mdb 3.user login:________ 4.Password:_________ i enter 'admin' as user login and password as 'jaypee'. But it gives logon failed messagebox... I run my application from 'C:\ drive' but when Database login is open, it select path for database is F:\ drive..... How coluld be solve this problem.... How could change this path or from where i will change path which is disabled for me.... Please Help Me.... My email Id: [email protected]
Submitted byAnonymous (not verified)on Thu, 09/24/2009 - 18:51

can you help me to make a java code hotel reservation..plsssssss
Submitted byAnonymous (not verified)on Thu, 09/24/2009 - 23:58

can you help me??my thesis kme gawa sa .NET pero wala man lang ako maisip na system na pde e present pde b 2ng Hote Reservtion System??....pls help me you can contact me at my email [email protected]
Submitted byAnonymous (not verified)on Sat, 09/26/2009 - 23:18

can you help me how to create a print screen in our computerized room scheduling?
Submitted byAnonymous (not verified)on Mon, 09/28/2009 - 12:20

I cant open you Hotel Reservation System Dowloadable... Can you pls send me a copy in my email?? [email protected].. I will appreciate it!tnxmuch!
Submitted byadminon Tue, 09/29/2009 - 09:24

In reply to by Anonymous (not verified)

Be sure you have winzip or winrar.

Add new comment