I was wondering what would be the best way to go about storing user data for about 1000 users. They will be accessing the application often. I can either store their information using text files, or an access database. I have used both, and both work fine. However, I am scared of the database limitations, and am wondering if I should stick to storing their information in text files instead.
(I name the text files after the user/computer name)
ex. user1-computer1.txt -->There are about 50 lines in each text file, and a textfile for each user. So there are a possibility of 1000's of text files in a directory at any time.
Which would be best?
(I name the text files after the user/computer name)
ex. user1-computer1.txt -->There are about 50 lines in each text file, and a textfile for each user. So there are a possibility of 1000's of text files in a directory at any time.
Which would be best?