Hello, I am a newbie at this and it is difficult to find out info on the web for exporting data in my situation.
I have an Infopath form that users enter data outside of the office and they save the form as as an XML file. Later when they come back in the office, they will need to get this data (1 main table, 10 child tables) imported into the SQL Server 2000 database. We cannot use web services because we do not have an Intranet server set up for that yet (we will in the future). So my question is what is the best way to get this data imported? By the way, the InfoPath form is based on a XSD that I created in Visual Studio from the same SQL database. My thought was to use Biztalk to map it. I can drop the XML file into the pickup folder for Biztalk and Biztalk can process it. Can I do this with the Biztalk maps if the data is based on more than 1 table (foreign keys)? Is this the easiest and most reliable way to do this?
Thanks