Alright, so I am supposed to be programming something that documents the reports submited everyday by people, they will range in reports. They are all going to be different errors... For instance: 691, 678, No browse, and just different DUN errors such as that. But here is the catch, no database usage... not that I don't have access to it, but upper management does not want to use databases... long story. So what I am needing to know, is what should I use? XML or text files? I will have to continually append to it, but only for a day because they are archived files. Ok, so here is what needs to be stored, just for a rundown... each file will be named as the date is: 2004-05-20.txt or 2004-05-20.xml or whatever it needs to be... Alright in there, will be stored, lets say 5 things: Username, password, issue occuring, dial-up number, techname
so, now thats what needs to be in these files, and there might be 40 of these per day, all different of course, but that information will be in there. They will be appeneded to at the bottom of course. And it needs to be searchable to where I can search for lets say 691s on a certain file, count how many there are, and what numbers they are on... etc. So I am needing opinions on what to use to get this accomplished, without databases... (grumbles here). Thanks for any opinions.