For anyone that's had experience in data access.
I am creating a program in which I want to keep a list of the most recent past ten files which have been opened from the file menu (as most programs do)
In anyones opinion which is the most widely used and efficient way to go about persistent data storage.... flat text file, xml data file, access database, sql db (if you have a server), or is there another way that I am not aware of.
thanks in advance...
I am creating a program in which I want to keep a list of the most recent past ten files which have been opened from the file menu (as most programs do)
In anyones opinion which is the most widely used and efficient way to go about persistent data storage.... flat text file, xml data file, access database, sql db (if you have a server), or is there another way that I am not aware of.
thanks in advance...