| Well, the simple answer is Access. However, if there is going to be a large work load put on the database, you may consider using a server type database, like MySQL. It can install on Windows or Linux.
If you have Delphi 6 or higher, you could use the dbExpress components to connect to the MySQL server.
A big plus is that MySQL is free.
Just my thoughts. |