Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 958483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:52:26+00:00 2026-05-16T00:52:26+00:00

My program needs to start auditing saved XML data for users. Whenever the user

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:52:27+00:00Added an answer on May 16, 2026 at 12:52 am

    The benefit of using tables in any DBMS over file storage :

    • the ability to query / mine the data afterwards with queries
    • the ability to backup data transactionally

    With xml files on the file system, you will need to come up with strategies for ‘unique file naming’ and overcome limitations of how many files you can store per folder etc.

    In some RDBMS’, Xml is a first class data type (unfortunately, not for MS Access), so:

    • It is possible to query your Xml using XPath, e.g. using XQuery.
    • In many RDBMS (e.g. Sql Server), it is also possible to create indexes in Xml for improved performance of the above queries.

    However, in Access, you will need to store in a Memo field, with a maximum document size of 1Gb in Access 2010.

    TL;DR : If you are already using a database, store the Xml in it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to start a program every time the user logs in, but I
...for current user? for all users? I'm working an a small program which needs
My program needs to know when a user ejects cd disc. Is there some
My program needs to make use of void* in order to transport data or
The Python program I'm writing needs to start a local PHP script outside of
I need to read a text file when I start my program. I'm using
I have a program that needs to start on 1/1/09 and when I start
I'm trying to create a simple multithreaded program with jRuby. It needs to start
I have a Delphi 2009 program that handles a lot of data and needs
I want to start a program which needs several minutes to complete. During this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.