Re: [DOTNET] Loading various xml into the same db

2002-06-03 Thread Mario Calò Carducci
ok but .NET should add support for loading XML data into a relational db? my problem is to understand if there is also support for mapping different xml documents (with different schemas) into a given relationale db. i'm not understanding how DataSet, XmlDataDocuments and SqlDataAdapter should be

Re: [DOTNET] Loading various xml into the same db

2002-06-03 Thread Kirk Allen Evans
amazon.com/exec/obidos/ASIN/073571200X > -Original Message- > From: The DOTNET list will be retired 7/1/02 > [mailto:[EMAIL PROTECTED]]On Behalf Of Mario > Sent: Monday, June 03, 2002 5:18 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET] Loading various xml into the sa

[DOTNET] AW: [DOTNET] Loading various xml into the same db

2002-06-03 Thread Schilgen, Tobias / AUT
NET] Loading various xml into the same db > > I have to find a configurable way to load xml documents with different > schemas into a SQLServer2000 database, who can suggest me the > the best way > to do that? For a given xml i should have a simple way to > define how the xml >

[DOTNET] Loading various xml into the same db

2002-06-03 Thread Mario
I have to find a configurable way to load xml documents with different schemas into a SQLServer2000 database, who can suggest me the the best way to do that? For a given xml i should have a simple way to define how the xml schema is to be mapped on the relational db schema. On the db i will perfor