Thread: Database in C

  1. #1
    K M
    Guest

    Database in C

    Does any1 know of where to get the source code to create a database in C - where records can be added, deleted, edited and searched

    thnx

  2. #2
    Sayeh
    Guest
    This might be considered slightly renegade, but have you considered writing one yourself? They are _not_ difficult. You can find sourcecode for such things if you don't wish to reinvent it, by surfing and looking for it...

    I suggest starting with http://www.google.com

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    If you know how the concepts structures, pointers, linked lists and perhaps trees, then it shouldn't be too hard. Visualize the actions you want to do and you'll see it's quite easy. And start with a little database and then make it larger. With little I mean: do not add too many functionality at first time.

  4. #4
    K M
    Guest
    thnx ppl

  5. #5
    crazy taxi
    Guest

    databases in C

    K M: which school do you go to?

  6. #6
    K M
    Guest
    I'm at college! in Merseyside

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