0
Hi Peter,
if you are facing the difficulties to store the multiples of users. make sure to define the user's with separation of groups. So, you can easily manage by the DB and interface as well.
0
Thanks Murali for your response.
I agree that DB operations are faster, but since the users are not required to log in with unique ID's, it would be difficult to save the data on a "per user" basis. If I use the settings, it saves the data to the local machine, so as long as the user logs in from "their pc" (which is normally the case with this application) the local settings are available.
0
I would prefer to store these values into database rather storing the settings file. Because, as per my knowledge, file operations are costlier than database operations.
If your file size grown bigger then file reading and writing will take more time,but in database you can increase the permformance by creating indices.