needaname16
May 30th, 2002, 01:47 AM
Hi,
I want to store some settings information on a file that has to be accessed by another program while performing an operation. In for the program that is using the data to work well I need to get the data in the quickest most efficient manner I can. I am not worried about protection or encryption of the data.
So here is the question, what in peoples opinion is the best form to do this persistant storage in that is accessable by two different applications:
- Random Access Files
- Databases (can't use commercial package, I would be restricted to an access database)
- Any other good suggestions.
In Anticipation of replies, thanks for the input :)
Needaname16
I want to store some settings information on a file that has to be accessed by another program while performing an operation. In for the program that is using the data to work well I need to get the data in the quickest most efficient manner I can. I am not worried about protection or encryption of the data.
So here is the question, what in peoples opinion is the best form to do this persistant storage in that is accessable by two different applications:
- Random Access Files
- Databases (can't use commercial package, I would be restricted to an access database)
- Any other good suggestions.
In Anticipation of replies, thanks for the input :)
Needaname16