Databases in C Plus Plus

From codeuu,source code

Jump to: navigation, search
  • ADO best program example
    • It shows you hou to use ADO to conect to a database!
  • ADO populate combobox
    • This sample was designed in Borland C++ Builder 6.0.
  • ADOX tutorial
    • It shows you how to use ADOX to create an acces database (mdb) with 3 tables .
  • Artificial Students Record System
    • To save record and let user to view his/her detail(grade, gpax.
  • accounts payable ledge Version 1.0
    • The Program allows you to enter account data into a data file which can be import into a spreadsheet or database.
  • accounts payable version 1.0
    • This program let you keep track of your accounts payable.
  • Accounts Department simple Example
    • For Complete My B.C.A I sem Project.
  • Akshat Takkar
    • Book Store Management Programe
  • Adress Book
    • It is a simple address book. It saves,searches & adds contacts. If you know how to delete stuff could please e-mail me ( just delete what I have all ready done)
  • A template solution for C Plus Plus database development
    • A template class that can write,read,modify & delete objects of any class/structure to a database.
  • A Database Search Tool
    • A very simple database search tool. If you wanna learn how to search, sort, and write a database, download this now.
  • ADO and VC Plus Plus , NO ODBC
  • Address Book v1.3
    • Easily create a personalized address book that stores a persons, name, phone number, and e-mail address. Now has an encryption function so you can encrypt your address book, or any other text file! You can also view, and delete the names! Comes with comments describing practically every variable, function, etc. to make the program easy to edit and read. This program was written with Bloodshed Dev-C++ v4.9.5.2 which can be found at, www.bloodshed.net. Huge thanks to Jason M. Keplinger for editing my code, adding more comments, and writing the delete function. There is a secret function in my program, see if you can find it. --- Many things have been updated in v1.3, so if you have an earlier version, or if you don't have any Address Book versions, this is definitely worth downloading! --- Please Rate!
  • ADO programming in C Plus Plus
    • This article is intended to cover the basics of working with a database through ADO without diving into MFC, .NET, or any other deep Microsoft framework.
  • ADO LIKE DAO IN VISUAL BASIC BY VISUAL C Plus Plus SECURE YOUR DATABASE .mdb FILE BY PASSWORD
    • example of use ADO to CONNECT to your database *.mdbfile on the hard disk without need ODBC
  • AddressBook
    • a university subject project. address book. which public can use the address book by viewing the general information but not to edit. owner can log in edit and view those confidential information. all the data are store in a database (access XP). The user can sort the record.
  • accounts.cpp
    • This program allows you to enter payment data in
  • Address Book v.1
    • Simple address book coded in C.
  • A Win32 Multiple Document Interface Database Program v1.1
    • This is Version 1.1 of this program which allows the user to create new, or open existing MooreTech Database Squared files in a Multiple Document Interface Windows Environment. This is version 1.0, future releases will contain more functionality, but less code. Current Features Include: New, Open, Save, Close, New Item, Edit Item, Delete Item, Cut-Copy-Paste, Toolbars, Statusbar, Settings Dialog, auto Encryption, Readme, and Online Help (Which are launched from within the program), and System Tray Menu.
  • ActiveX Data Objects Programming in C Plus Plus
    • ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the sample code, so all you have to do is download the zip file. I assume that you have basic SQL knowledge. Please vote... :)
  • A Handy Dandy Adress Book
    • GREAT little adress book. Mainly for teaching coders how to read and write strings to and from files and store information. only allows for 5 contacts and user input is limited to 1 word otherwise the input goes a bit nutty.
  • A Database Management System
    • 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.
  • Airline Reservation
    • This is an airline reservation program and it basically deals with the customers and the airlines info. It creates its own word file to store its data.
  • Advenced Acces at DataBase
    • Atention:This articol is written in romanian language!!!
  • Billing (Sales) for a general store
    • This program takes customers orders by code then creates a bill for the purchases. Also can print the bill. All totals are calculated automatically.
  • BOOK SHOP
    • Management on Book shop
  • Database :: Blood Bank
    • This code is simply a database , this can store records , view all records , delete records , show statistics and do many more functions.
  • binary database
    • create binary serach database, simple, easy to use, a few function to access database equentially or binary search! best of all one file, multi-user access with locking function!
  • Bus Reservation System
    • A simple bus reservation system, using dynamic 3D arrays and a simple class example!
  • Bank Account Final
    • This code is a database which holds records for bank account records. It is not a simulation of what you would see at an ATM machine but it would be a simulation of a bank administrator. You have the capability of entering records such as Checking or Saving. You also have the capability of deleting, archiving, and reloading records which 1.0 did not have. You have the option(s) to withdrawal X amount, or deposit X amount in the specified bank account. There are a lot of features I added that were really not necessary but the purpose is to "teach" new features to people (students) who wish to learn certain features of C++. The main point of this program is to allow the user to grasp some advanced concepts of C++. This will be the final version of the Bank Account. I have made a few optimizations and tweaked the program. Enjoy!
  • BookAdress
    • This program manage a database with name,phone number , adress, and another filds.
  • CSV Morph
    • Converts CSV formatted databases into a well-formed, attractive HTML table. Included is a small CSV database with 100 fake records so you can test it out, organised as a Dev-C++ project - should compile first time on Dev-C++.
  • cyber cafe controller
    • controls cyber cafe
  • Console Menu
    • A console menu which is navigated through the UP and DOWN keys. The code is commented and very easy to understand. I made this as part of a small scale Emloyee Management Software for my high school project work. Please rate...
  • C Plus Plus MySQL wrapper
    • This is a c++ wrapper class for MySQL API . You can use it to connect to a mySQL database with c++.
  • Access CDDB servers
    • MfcCDDB v1.11 A freeware MFC class to support access to CDDB servers
  • CDBFile - C Plus Plus library to handle dBASE III files
    • CDBFile is a C++ object-oriented package for programmers who need to manipulate dBASE III files in their programs. It enables you to perform many operations on an existing DBF file: reading/writing to it, accessing its values, sorting the records, adding/deleting records, etc. It comes with full text and postscript documentation, and commented source code. A demonstration program, TestDBF, shows the various possibilities of the CDBFile library, and its source file, testdbf.cpp, demonstrates how to implement CDBFile within a program. CDBFile was designed to be as portable as possible: you should be able to compile it under "as is" any DOS/Windows C++ compiler; porting it to Un*x/Linux should also require little effort.
  • C Plus Plus OO Database library
    • The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory caching, navigational access, fixed and variable-length records. Includes general-purpose data structures such as linked lists, stacks, queues, balanced binary trees and others as well as a variable length string class, a postscript driver, and HTML driver. Ships with an advanced database recovery utility plus other text and binary utilities. Several example programs with are provided to demonstrate each of the concepts presented. This release has been built and tested under Windows 95/98, MSDOS, HPUX 10.20, Solaris 2.4, and RedHat Linux 5.2. All documentation is an HTML format, covering the class library, the example programs, and the utility programs included with the distribution. http://www.trumphurst.com/cpplibs5.html#Libraries_available_via_FTP__Q_Z_
  • Camper's Database using STL
    • This keeps a database of camper's and their activities. There are several opitions for retrieving data. This has neat examples of STL usage including Maps, Vectors, Strings, Iterators and even a Map with a Vector contained in it! This is far from perfect as it was one of my first and least complex STL ventures. It compiles with 120+ warnings (mainly because of pointers), but it should not crash. There are several classes included along with the project file for Visual C++ 6.0. I also know for a fact that this works with CodeWarrior Versions 5.0 and 6.0.
  • C Plus Plus -wrapper around Oracle
    • C++-wrapper around Oracle
  • C mailing list database with algorithm
    • This program allows the user to create a file and add or change mailing list records to it.
  • CD Organizer
    • This code lets you store, organize, add, and view accual cd's that you own (or that you want).
  • Customer Billing System
    • For studying...
  • Create Database with MySQL
    • Demonstrates how to use plain C to create a MySQL database, connect to it, create a table with fields, populate the table, execute an SQL query, and print the results.
  • Complete Bank Program
    • Its Handle the Total Bank System.
  • Complete Bank Project
    • It can be use for low level Bank System Handling.
  • Customer Database
    • Second Assignment for uni sunject Programming Principles Two - This program is a simple customer database using strutures. Data is lost when program is closed.
  • Chart in C
    • In this small program i make chart on the basis of my putting data.
  • CAR WORLD
    • THE PROGRAM MANY FUNCTIONS.IT STORES,OPENS,MODIFIES AND DELETES CAR DATA.IT ALSO INCLUDE A SEARCH FEATURE ,DATA OF PREVIOUS RECORDS.
  • Chris AirLine Reservation Systen
    • To Manage Day To day Airline Transactions
  • Product Order
    • uses file to extract data and takes input of code. searches for the item in file. basic file readin and search
  • Checkbook
    • simple checkbook application. Search, sort, add, and delete checks from a checkbook. Focus on: memory allocation (malloc), load and save binary files (fread and fwrite), use of qsort, and structs.
  • database in turbo C
    • add, edit, delete electrict database system. using pointers, structures, simple input output statements and functions
  • DBase V5.0
    • Simple database for personal info.
  • Database of a Department
    • A Project
  • DataBase v1.0
    • Simple DataBase program. Has many features to many to list just look at the code.
  • Drive a templated sql stmt with another.
    • Ever had to use one select sql to get the data to execute another sql update or insert? That is exactly what this code provides in a nice single routine call. You set up your connections (using MFC CDatabase), select stmt, and template output stmt then call the routine. It's that simple.
  • Database Access - beta
    • This simple and easy to use class manipulates an Access database. It supports Reading-Writing-and Searching. I have yet to add an update method and simplify the User interface a bit, but until then check it out and vote for me if you like it.
  • Database Info
    • This is a program to view a database and retrieve (allmost) all of it's tables and queries properties, including the properties for each item in a table. I am still working on it and it is far from finished, but I'd like to post it anyway.
  • Database and CGI in C Plus Plus
    • This code shows you how to access MS Access MDB database files and use SELECT stements to retreive records from tables. I've seen alot of poor examples here and i couldnt get most of them to work or working to do what i needed.
  • database
    • displays records of students
  • DoublyLinkList_with_filehandling.cpp
    • In this program I am showing that how you can increase the effciency and speed of program with the use of Datastructure in filehandling. Datastructure is working like a buffer for your data. In this program I am using the doublylinklist with filehandling. In this program I am maintaing the records of students. In this program I find the logic that if I save all the records in the file in the reverse order and Insert them in the linklist in the reverse order my 1st record is going to always 1st record in the linklist and even if the file is not opened if I insert the records directly in the linklist(buffer) and after that if I open the file because of my file records are always saved in the buffer in the reverse order that is why my 1st record is always going to be first record of the linklist and last record is which record I add last in the linklist(buffer) that means if I do some changes in the linklist and If I save the records in the file It will not effect the numbering of records.
  • databaseversion1
    • a simple database, add, delete, search, sort, etc... useful for beginners... enjoy...
  • DBSearch
    • Lets you search for a given piece of text in all SQL server stored procedures on a database or whole server. Very useful for when you've created the functionality to do something in a very complex SQL server database, but you can't remember which of the many procedures you put it in! Also useful when you want to check when all references to a database to be switched off have been removed.
  • database2
    • maintains the datas of company and its branches
  • Data Base for Bank and ATM
    • Its simple code for handaling Bank and ATM transactions concepts of file handling are used very well. objestc are apssword protected.
  • Database Mangement System
    • How TO Develope and Use Secure Database and process queries like SQL With C++
  • Digital Dairy
    • This is a computerised digital dairy.
  • Database using .txt files
    • Inserts, deletes and modifies information in a .txt file.
  • DigiSQL 1.0.4 (MySQL Class)
    • This is a class that when installed properly WITH MYSQL API can be used to encapsulate all of the MySQL 4.1 API! The code is well commented and easy to use, I hope that this will be a good example for any server side programmers. The example app is demonstrated in windows.
  • Employee database (please rate)
    • Hire, fire, promote, demote and manage employees
  • Examination Management Software
    • This is a project for the purpose of maintaining database of student marks in the record.
  • employee record database
    • complete employee record Database in graphical mode.Can add,edit,delete,calaculate payroll of a employee.An attractive menu for an database.
  • Grade Point Average Version 1
    • Gives the GPA of a student....
  • Hotel database system
    • It is a hotel database management system
  • Hotel Management Simplified Zip
    • This code was designed for a University project at GIKI. The purpose of this code is to provide a simplified Hotel Management Information System.
  • Hotel Managment System
    • This is a hotel managment database it stores all the data retrives it , deletes it and do many more functions . For further more informatoin about the project mail us at zohairkhawaja@hotmail.com , ehmedk@hotmail.com
  • INTERNAL MARK ASSESSMENT
    • INTERNAL MARK ASSESSMENT
  • INVENTORY
    • INVENTORY MANAGEMENT SYSTEM - MAINTAINS INVENTORY STOCK DETAILS , GENERATES REPORTS ON SALES ETC
  • Inventory System
    • Complete Inventory System of shop with all validation checks of String and Integers I have made my own validation checks in that project you like it.
  • Is a string a number
    • Three functions :
  • LibInfo.cpp
    • This is a C++ code to create a Library Information System for mainly storing,retrieving and updating books in your library database.Its simple and if you know something more in C++,it would be simpler to understand the code.
  • LPG Inventory System with printing
    • Inventory System in Visual C++ using ADO and MS Access as Database backend with output to printer.
  • Linked List Stack Calculator
    • Stack class and Calculator class that evaluates algebraic expressions. The expressions are built from five variables( A, B, C, D, E) and the four arithmetic operators(+, -, *, /). Only integer operations are supported. Thus, 5/3 = 1. The Stack Class inherits from a Linked List class and the Calculator Class inherits from the Stack Class.
  • Library Management System
    • A Library Management System With Kool Menus
  • mini Database
    • This program is a example of a mini database.
  • Mail Box
    • This programm is designed for dataase managment in C language.This program allow user to make his own mail box and by this he can send text message to other members.
  • Mail Box
    • It is useful for that place where many member works on a single system. It provides a messaging system among them.
  • Master Transaction File Update
    • A master file is updated, by the results in a transaction file. The program is known in the industry as "Master Transaction File Update"
  • Medical Store Inventory
    • It is a General purpose Inventory Systemwhich can be used simultaneously for both a medical store or a general store. Entire Program is Password protected which the user sets himself and may edit later.
  • MDUMP
    • it is same as "dump" command, allow you access location of memory
  • Poly system
    • The records of Employee can be used throgh this way .This is poly system so we can create many records of employee from this program i.e database
  • phone-book
    • this program made for add my experience in make c++ program
  • Phonebook.cpp
    • Phone book just to help people get started.
  • projects in C Plus Plus
    • all kinds of projects found in the Book sorting,matrices,databases,game,library,bank and graphics projects
  • Practicla guide to ADO with VC Plus Plus
    • This is a practical guide with step by step advise to build a MFC application with ADO. The guide contains source code of the application "Disk Rack" which represents Disk collection
  • Phone Book v3.1
    • helps you manage your telephone numbers most efficiently. many other features are also supported...
  • Readymix application
    • This is my 1st application using VC++. There is few problem in this application, if some body could help, i will appreciate. The problems as follows:
  • Simple Phone Book
    • This is an address book program that stores name, phone, and email. It uses an address book class to implement it. Lots of comments, a It does NOT work w/ borland.
  • SMS Message Archiver
    • This Programm saves your SMS MEssages into a Database, quit simple I know but the search "module" is quit funny. Print funtion is now included.
  • Student database
    • This code is simply adding or editing student database.
  • SQL/NT shutdown
    • I was bored with having to shutdown both the SQL services and WinNT when doing the monthly maintenance on our SQL servers, so I came up with this little program that shuts down both and reboots Windows.
  • Search Engine
    • This is a question search engine.This program searches in sorted manner the given database.
  • Simple Database
    • This code shows how to implement a simple databse using structures in C
  • SortCTrlList
    • Well, this is the code to sorting by clicked the header all the item
  • Student Record Database
    • A simple database that store student records. Can use to add student record, search or sort the records.
  • Students database
    • UPDATED!!!!
  • simplemysql
    • This is a very basic example of how to implement the mysql c-api into your code.
  • Simple Dictionary..but it works!!
    • its a simple and small..but efficiently working dictionary!
  • Spread sheet file based data management system with Built in Screen Saver
    • This Project is basically a simple-to-use full-featured object-oriented spread sheet file data management system that will allow the user to open, save, browse, edit, make graphs, and apply functions to any kind of alphanumeric data. This product will run under the DOS operating system. Also, if you wait for 20 seconds, an automaitically BUILT IN SCREEN SAVER will be activated, that can be stopped by pressing the ENTER.
  • Stack implementation by using only 1 pointer
    • This a stack which is implemented using only 1 pointer.It's very simple.Please rate it.
  • slotted_page_structure
    • slotted page structure in file block
  • ScoreBoard
    • Create ScoreBoard And saves DB in file
  • telephone diary(data base)
    • My this code is a tele phone diary.
Personal tools