It may depend on which Builder you use, Pro ro Enterprise. With Pro you are going to be limited to using BDE, OLAP, etc. With Enterprise you can use any of the "professional" data bases like Oracle, MS SQL, MySQL, Interbase, etc.
It sound like you will want something with a small footprint, that it, something that does not take a lot of overhead. That eliminates large DB like Oracle and MS SQL. You probably want something that is easy to install and use. As you look over this forum you can see that BDE has some drawbacks with deployment. In addition, Borland has said that BDE is not going to be supported in future releases.
That means you need something that will be easy to administer, small overhead, supported, and (probably) inexpensive. You have several option left:
[tab]Interbase: Comes with Builder but I've found it a pain to deploy. You may have to buy a license in some cases.
[tab]Firebird: A "free" version of Interbase.
[tab]MySQL: Cheap, relatively easy to install. If you have "Pro" version of Builder you have to use something like OLAP or a third party component to talk to it.
[tab]Advantage: Very good. Supplies the components with the DB. You do have to pay for this but it is not outrageous. Easily upgradable.
[tab]Flashfiler: My new favorite. I plan to use this for all my programs that used BDE. This is now a freeware so support may be intermitant. Very easy to set up and deploy. Easy to multi-thread. Comes with it own components or you can use Borlands.
Search for "flashfiler" or "turbopower."
All the above should be able to handle the number of entries you indicate. Anybody with any others, more comments?
As far as whether to use
TTable or
TQuery, it may depend on which DB you use. Some DB cannot use the
TQuery to update the DB, you have to use their supplied components or
TTable. Some of the supplied components are easier to use than Borland's so look into that, too. James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity.
[tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.