Results 1 to 3 of 3

Thread: Which is the best database format?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Post

    Thanks for reading this.
    I have been programming for a little while and have written a program that uses a random access database. The problem I am know having is that it is becoming slow to search any of the fields, as the number of records increases.

    This is obviously not the right database to be using so what are the alternatives?

    I need to be able to search any of the fields "FAST" (running on an average speed computer)and would like to be able to have as many as 30,000+ records.

    What should I be looking for, or am I expecting to much?

    Any help and code would be most welcome.


    Many Thanks


    Anthony (G7LRQ)

  2. #2
    New Member
    Join Date
    Aug 2000
    Posts
    7

    Talking

    I personally would use an ODBC Database. I work with one every day, they are highly customizable and the quickest to learn. The syntax for query's is just raw SQL so learning it is quite simple. There are many to chose from, the choice is yours though.
    "Oh damn why does this not work"
    "Every computer is a F.R.E.D, Freeking Ridiculous Electronic Device, the first word depending on your level of frustration"

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Use jet. It's free and relatively (pun intended) easy.

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