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)
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!
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.
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.
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 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... :)
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.
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.
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!
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!
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++.
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...
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.
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_
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.
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.
Second Assignment for uni sunject Programming Principles Two - This program is a simple customer database using strutures. Data is lost when program is closed.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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
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.
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.
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.