Results 1 to 4 of 4

Thread: making a data base.. with out access.

  1. #1

    Thread Starter
    Hyperactive Member nickwrs's Avatar
    Join Date
    Jan 2000
    Location
    Atlanta, Ga
    Posts
    398

    Post

    Is there a way to make a data base and use these manipulations without using access or other program.

    I guess I am just wanting to code my own data base, :-) I don't have access or anything is why, and I need to have a searchable data base. I know in C I could make a bst or other things with pointers, but all I have heard of are arrays, and arrays use static memory.

    anything you can point me to, I would greatly appreciate it. Or if you have any code that I could borrow, that would be nice too.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You don't need MS Access installed to create/use an access database file....developing your own DBMS will take you quite a LONG time, and usually you'll want to avoid reinventing the wheel if at all possible

  3. #3
    New Member
    Join Date
    Jan 2000
    Location
    canada
    Posts
    15

    Post

    If you have the ODBC installed on your machine(just check the Control Panel) you can use a text file....yes a text file and run SQL statements in it... Pretty powerful stuff what do you think?

  4. #4
    Lively Member
    Join Date
    Aug 1999
    Posts
    89

    Post

    Why don't you try on XML??
    You can design your own database engine which will store all the data in XML format.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width