Re: [DOTNET] XML to Database

2002-05-20 Thread franklin gray
. Any better ideas? -Original Message- From: Daniel Morgan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] XML to Database In the .NET class library, there are classes System.Data.DataSet and System.Xml.XmlDataDocument that you could

Re: [DOTNET] XML to Database

2002-05-20 Thread Daniel Morgan
] XML to Database Hi all, I am working on a project which will read xml file and export data into database. User will map the xml document fields to Database fields(something like BizTalk and Inport Studio). Using this map user xml data will get exported into database. Could any one help how I

[DOTNET] XML to Database

2002-05-20 Thread Dinesh Upare
Hi all, I am working on a project which will read xml file and export data into database. User will map the xml document fields to Database fields(something like BizTalk and Inport Studio). Using this map user xml data will get exported into database. Could any one help how I should go about it?