Copying portions of an XML document
From: Venkatesh (anonymous_at_discussions.microsoft.com)
Date: 02/03/04
- Next message: Steven Livingstone: "Re: Automagically create database schema from XML dataset"
- Previous message: Oleg Ogurok: "xs:choice"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Feb 2004 09:06:15 -0800
Hi
I have a section in my app.config file that stores
information about executing certain stored procedures that
get cached using Microsoft.ApplicationBlocks.cache, a
sample of which is shown below:
<listManagerCommands>
<listManagerCommand name="SelectStates"
storedProcedure="usp_SelectStates"
connectionStringKey="UWMainConnString"
cacheFlag="True"
cacheTimeout="60">
</listManagerCommand>
</listManagerCommands>
I want to store these commands in a separate XML file that
people can add to and merge these commands in the main
app.config file at regular intervals.
What is the best way to do this ?
Thanks.
- Next message: Steven Livingstone: "Re: Automagically create database schema from XML dataset"
- Previous message: Oleg Ogurok: "xs:choice"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|