Results 1 to 2 of 2

Thread: Loads several XML files into a Dataset...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2003
    Posts
    23

    Loads several XML files into a Dataset...

    ...using VB.NET and query against the dataset using SQL?

    I have exported each table in my MS-Access database to individual XML files.

    Using VB.NET i want to treat these files as if they were tables in a database, i.e. perform SQL joins against them to represent the data any way i want. All fetches will be for display (read only) purposes.

    Can anyone recommend the best approach for this? So far I have created a generic data access class and have got familiar with data sets when working against an access database.

    However, I need to implement my solution using XML text files because the company will not allow MDB's to be accessed from the server. I need to go down this XML road.

    Many thanks
    John

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Seems like it would be fairly using the DataSet.WriteXml and ReadXML methods.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width