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

2002-06-03 Thread Kirk Allen Evans
I would look at using mapping schemas in conjuntion with updategrams using SQL Server 2000 and SQLXML 3.0. http://msdn.microsoft.com/library/en-us/sqlxml2/updategram_5kkh.asp?frame=tr ue Kirk Allen Evans http://www.xmlandasp.net "XML and ASP.NET", New Riders Publishing http://www.

Re: [DOTNET] XmlDocument.OuterXML

2002-05-31 Thread Kirk Allen Evans
=== Notice that when a single node was passed into the OutputNode method, the InnerXml returned was all of the node's inner XML, which in this case was a single text node. OuterXml returned the current node plus all of its child nodes. Kirk Allen Evans http://www.xmlandasp

Re: [DOTNET] SQL Server 2000 install with .NET -- a problem ??

2002-05-31 Thread Kirk Allen Evans
issue using RTM bits. Kirk Allen Evans http://www.xmlandasp.net "XML and ASP.NET", New Riders Publishing http://www.amazon.com/exec/obidos/ASIN/073571200X > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > Sean Greer (SBI-Chico) > Se

Re: [DOTNET] app.config problem

2002-05-24 Thread Kirk Allen Evans
://www.amazon.com/exec/obidos/tg/stores/detail/-/books/073571200X/reader /41/002-2649609-5633610#reader-link Kirk Allen Evans "XML and ASP.NET", New Riders Publishing Available at Amazon.com http://www.amazon.com/exec/obidos/ASIN/073571200X > -Original Message- > From: dotnet di

Re: [DOTNET] config files

2002-05-22 Thread Kirk Allen Evans
Use a relative path (ie Server.MapPath("web.config") ) to find the config file for your application. Kirk Allen Evans "XML and ASP.NET", New Riders Publishing Available at Amazon.com http://www.amazon.com/exec/obidos/ASIN/073571200X You can read messages from the DOTNET

Re: [DOTNET] Accessing and editing the web.config file

2002-05-17 Thread Kirk Allen Evans
em.web/authentication/ credentials/user[@name='Bob']/@password"); userPass.NodeValue = "imbatman"; Note also that each directory can have its own web.config file, so if you want to edit the web.config in the parent directory, change the parameter for Server.Mappath to us

Re: [DOTNET] Accessing and editing the web.config file

2002-05-16 Thread Kirk Allen Evans
fig/People/owner/@name[.='Joe']"); ownerName.NodeValue = "Bob"; Kirk Allen Evans "XML and ASP.NET", New Riders Publishing Available at Amazon.com http://www.amazon.com/exec/obidos/ASIN/073571200X You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.