My program needs to start auditing saved XML data for users. Whenever the user clicks 'Save'; I'll need to insert his current data (serialized to XML) and save it somewhere. What is the better option between:
1) Creating a text file and dropping all the xml in there. (Creating a new text file per save)
2) Using a table in MS Access
I'm using .Net 2.0 / MS Access 2003