XML as data source

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KenCole
    New Member
    • Jul 2007
    • 2

    XML as data source

    Hello,

    I have VS2005. I have a number of XML files that I would like to read/add/delete to as a data source instead of using Access or SQL-Express. The files are small in size and quantity and I did not want the overhead of a SQL DB for this app if possible.

    I have writtten apps in VB previously and C but not for quite some time. I have an equivalent app to this working in other languages on other OS, like Perl on Linux, but this is the first time I have had to do such a task on Windows for years.

    Can anyone point me to some good resources to help me achieve this please.

    Thanks

    Ken
  • danp129
    Recognized Expert Contributor
    • Jul 2006
    • 323

    #2
    I would start by googling vb.net xml read add delete.

    Comment

    • KenCole
      New Member
      • Jul 2007
      • 2

      #3
      Originally posted by danp129
      I would start by googling vb.net xml read add delete.
      Already tried that and various other options without much luck

      Comment

      • danp129
        Recognized Expert Contributor
        • Jul 2006
        • 323

        #4
        How about this? http://www.ondotnet.com/pub/a/dotnet...ty.html?page=2

        Comment

        Working...