Important alert: (current site time 7/15/2013 5:11:10 PM EDT)
 

winzip icon

A Database Management System

Email
Submitted on: 12/5/2004 9:30:26 PM
By: Sardine Muffins  
Level: Intermediate
User Rating: By 1 Users
Compatibility: C++ (general), Microsoft Visual C++
Views: 42305
author picture
(About the author)
 
     This is a simple database management system. It doesn't use any other code (i.e. ODBC, ADO, etc.) and has it's own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It's designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you'll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can't handle large amounts of records (more than 65000ish) - Doesn't support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code 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.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 2 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments

12/6/2004 12:27:40 AM

where can i get the header file ?
(If this comment was disrespectful, please report it.)

 
12/6/2004 7:20:21 PMSardine Muffins

As far as I know it only uses string.h, stdio.h, and conio.h which should all come as standard with your compiler.
(If this comment was disrespectful, please report it.)

 
11/22/2008 6:03:30 AMAbdul rehman

thank you.
Dear if you make engilish dictionary in C++ then plz send me at this address
abdulrehman.mcs18@yahoo.com
(If this comment was disrespectful, please report it.)

 
9/11/2009 4:53:58 PMHarry

hi i'm new to this c++ stuff how exactly do i get it going i don't know how to link it to a lib
Thanks
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.