<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coder Circle &#187; access and xml</title>
	<atom:link href="http://www.codercircle.com/tag/access_and_xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercircle.com</link>
	<description>Your Path for Knowledge to Wisdom</description>
	<lastBuildDate>Tue, 04 May 2010 01:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML and Database</title>
		<link>http://www.codercircle.com/scripts/xml_and_database/</link>
		<comments>http://www.codercircle.com/scripts/xml_and_database/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[access and xml]]></category>
		<category><![CDATA[database and xml]]></category>
		<category><![CDATA[oracle and xml]]></category>
		<category><![CDATA[xml interaction]]></category>

		<guid isPermaLink="false">http://www.codercircle.com/index.php/2008/01/25/xml_and_database/</guid>
		<description><![CDATA[XML interaction with multiple database. Here we have taken two databases &#8211; Oracle (Remote) and Access (Local)
&#60;% @Language=VBScript %
&#60;?xml version=&#8217;1.0&#8242;?&#62;
&#60;?xml-stylesheet type=&#8221;text/xsl&#8221; href=&#8221;Fstyle1.xsl&#8221;?&#62;
&#60;people&#62;
&#60;%
set con=server.CreateObject(&#8220;adodb.connection&#8221;)
con.Open &#8220;dsn=asu;uid=asu;pwd=asu&#8221;
set rs = server.CreateObject(&#8220;adodb.recordset&#8221;)
set rs = server.Execute(&#8220;Select *From Emp&#8221;)
%&#62;
&#60;student&#62;
&#60;name&#62;&#60;%=rs(0)%&#62;&#60;/name&#62;
&#60;roll&#62;&#60;%=rs(1)%&#62;&#60;/roll&#62;
&#60;/student&#62;
&#60;%
rs.Movenext
loop
%&#62;
&#60;/people&#62;
 
]]></description>
		<wfw:commentRss>http://www.codercircle.com/scripts/xml_and_database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
