As a part time programmer, I have used Delphi for several years mostly for relatively small applications. I am now writing my first serious database application and it is progressing well, but I am not sure if I am using the best database format for the job.
The application is a complex engineering model where users will define or select a large range of parameters in several tables using the database features of the app. I am currently using Paradox tables as the app is only a single user local machine program. I have already created about 22 separate tables for various aspects of the program, some have over 40 variables while others are quite small and used mainly as lookup tables for fields in other tables. I have noticed that the number of files that make up my database has grown to over 60 with all the DB, VAL, PX files etc. The number of records in any of the tables will never be an issue as there will never be more than a few hundred records stored at any one time.
My main question is, should I be using a different database format to perhaps contain all the tables within one file.
Thanks in anticipation
Ron R
The application is a complex engineering model where users will define or select a large range of parameters in several tables using the database features of the app. I am currently using Paradox tables as the app is only a single user local machine program. I have already created about 22 separate tables for various aspects of the program, some have over 40 variables while others are quite small and used mainly as lookup tables for fields in other tables. I have noticed that the number of files that make up my database has grown to over 60 with all the DB, VAL, PX files etc. The number of records in any of the tables will never be an issue as there will never be more than a few hundred records stored at any one time.
My main question is, should I be using a different database format to perhaps contain all the tables within one file.
Thanks in anticipation
Ron R