Thread: Database Programming In C

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Unhappy Database Programming In C

    i wont to make database program
    field of data: Initial -->character[2]
    name -->character[20]
    origin -->character[20]

    the program with function: 1.append
    2.insert
    3.update
    4.delete
    5.search
    the program access the file with :

    1.indexed sequensial access
    2.hashing access
    3.binary search tree/avl tree

    so i need 3 program.
    1. progam with indexed seguensial access method
    2. program with hashing access method
    3. program with binary search tree/avl tree acces method

    please give me an answer as soon as possible
    thank's
    Last edited by hanry; 11-29-2001 at 05:33 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. literature database: help with planning
    By officedog in forum C++ Programming
    Replies: 1
    Last Post: 01-23-2009, 12:34 PM
  2. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  3. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  4. Developing database management software
    By jdm in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2004, 04:06 PM
  5. Making a Simple Database System
    By Speedy5 in forum C++ Programming
    Replies: 1
    Last Post: 03-14-2003, 10:17 PM