<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Charles Hooper&#039;s Oracle Notes</title>
	<atom:link href="http://hoopercharles.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 23 May 2013 15:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hoopercharles.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Charles Hooper&#039;s Oracle Notes</title>
		<link>http://hoopercharles.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hoopercharles.wordpress.com/osd.xml" title="Charles Hooper&#039;s Oracle Notes" />
	<atom:link rel='hub' href='http://hoopercharles.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Everything or Nothing in SQL</title>
		<link>http://hoopercharles.wordpress.com/2013/05/23/everything-or-nothing-in-sql/</link>
		<comments>http://hoopercharles.wordpress.com/2013/05/23/everything-or-nothing-in-sql/#comments</comments>
		<pubDate>Thu, 23 May 2013 15:58:21 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[Analytic Functions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=7039</guid>
		<description><![CDATA[May 23, 2013 The following question recently came through an ERP mailing list (significantly rephrased): I would like to use the Microsoft Query tool in Microsoft Excel to extract records from the ERP database.  I would like the list of parent records to be retrieved into Excel when all of the specified child records belong to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=7039&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/05/23/everything-or-nothing-in-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/05/everythingornothing.jpg" medium="image">
			<media:title type="html">EverythingOrNothing</media:title>
		</media:content>
	</item>
		<item>
		<title>Grouping Data Sets by Week Number of the Month</title>
		<link>http://hoopercharles.wordpress.com/2013/05/01/grouping-data-sets-by-week-number-in-the-month/</link>
		<comments>http://hoopercharles.wordpress.com/2013/05/01/grouping-data-sets-by-week-number-in-the-month/#comments</comments>
		<pubDate>Wed, 01 May 2013 13:49:00 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=7024</guid>
		<description><![CDATA[May 1, 2013 I saw a decent SQL brain teaser this morning in the comp.databases.oracle.server Usenet group.  The OP in the message thread is attempting to summarize data in one of his tables, with the summarizations broken down by month and then the week within that month.  Increasing the challenge, the OP required that the dates defining [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=7024&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/05/01/grouping-data-sets-by-week-number-in-the-month/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>
	</item>
		<item>
		<title>Analysis Challenges</title>
		<link>http://hoopercharles.wordpress.com/2013/04/25/analysis-challenges/</link>
		<comments>http://hoopercharles.wordpress.com/2013/04/25/analysis-challenges/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 17:57:52 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[Analytic Functions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6997</guid>
		<description><![CDATA[April 25, 2013 Roughly 12 years ago I was attempting to analyze customer order changes that were received through electronic document interchange (EDI), specifically X12 830 documents that show order forecasted demand for specific part numbers.  At the time, the EDI data was partially transformed and inserted into an Oracle 8.0.5 database, while that data [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6997&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/04/25/analysis-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>
	</item>
		<item>
		<title>Unexpected Timer Resolution, Unexpected Parked CPUs, Unexpected Power Consumption</title>
		<link>http://hoopercharles.wordpress.com/2013/04/19/unexpected-timer-resolution-unexpected-parked-cpus-unexpected-power-consumption/</link>
		<comments>http://hoopercharles.wordpress.com/2013/04/19/unexpected-timer-resolution-unexpected-parked-cpus-unexpected-power-consumption/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 17:06:48 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6969</guid>
		<description><![CDATA[April 19, 2013 (Modified May 11, 2013) This blog article is not purely Oracle Database specific, yet it may have some relevance to companies that run Oracle Database on the Windows Server platform (for those DBAs lucky/unlucky enough to run Oracle Database on the Windows Server platform, you may find this article interesting). I am [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6969&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/04/19/unexpected-timer-resolution-unexpected-parked-cpus-unexpected-power-consumption/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedclockresoutput.jpg" medium="image">
			<media:title type="html">UnexpectedClockResOutput</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedpoweroptionstaskmanager.jpg?w=300" medium="image">
			<media:title type="html">UnexpectedPowerOptionsTaskManager</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedresourcemonitor.jpg?w=300" medium="image">
			<media:title type="html">UnexpectedResourceMonitor</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedpowerconsumptionlittleload.jpg?w=300" medium="image">
			<media:title type="html">UnexpectedPowerConsumptionLittleLoad</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedpowerconsumptionnetworkload.jpg?w=300" medium="image">
			<media:title type="html">UnexpectedPowerConsumptionNetworkLoad</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/04/unexpectedpowerconsumptionbiosprocidle.jpg?w=300" medium="image">
			<media:title type="html">UnexpectedPowerConsumptionBIOSProcIdle</media:title>
		</media:content>
	</item>
		<item>
		<title>Value of Improving One&#8217;s Knowledge</title>
		<link>http://hoopercharles.wordpress.com/2013/03/24/value-of-improving-ones-knowledge/</link>
		<comments>http://hoopercharles.wordpress.com/2013/03/24/value-of-improving-ones-knowledge/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 01:48:08 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[General Administration]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6940</guid>
		<description><![CDATA[March 24, 2013 As I type this blog article I am in the middle of reading a second book on the topic of Windows Server 2008 R2.  I bought the books several months ago, possibly even a year or two ago, and just had not found the time to invest in reading yet another dry [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6940&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/03/24/value-of-improving-ones-knowledge/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/03/value-oak-logo1.jpg" medium="image">
			<media:title type="html">OLYMPUS DIGITAL CAMERA</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/03/value-oak-logo2.jpg" medium="image">
			<media:title type="html">OLYMPUS DIGITAL CAMERA</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/03/value-oak-logo3.jpg" medium="image">
			<media:title type="html">OLYMPUS DIGITAL CAMERA</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2013/03/value-oak-logo4.jpg" medium="image">
			<media:title type="html">OLYMPUS DIGITAL CAMERA</media:title>
		</media:content>
	</item>
		<item>
		<title>Bitten by a Virtual Column, _OPTIMIZER_IGNORE_HINTS Doesn&#8217;t Ignore Hints?</title>
		<link>http://hoopercharles.wordpress.com/2013/03/09/bitten-by-a-virtual-column-_optimizer_ignore_hints-doesnt-ignore-hints/</link>
		<comments>http://hoopercharles.wordpress.com/2013/03/09/bitten-by-a-virtual-column-_optimizer_ignore_hints-doesnt-ignore-hints/#comments</comments>
		<pubDate>Sun, 10 Mar 2013 00:55:43 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6876</guid>
		<description><![CDATA[March 9, 2013 I had a couple of spare minutes today, so I tried a couple of experiments with Oracle Database 11.2.0.2 just to see if I could produce some unexpected results. First, I will create a simple database table with two indexes: CREATE TABLE T1 (   N1 NUMBER,   V1 VARCHAR2(20),   D1 [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6876&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/03/09/bitten-by-a-virtual-column-_optimizer_ignore_hints-doesnt-ignore-hints/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>
	</item>
		<item>
		<title>What does it Mean when a Select Statement in Oracle is using 100% CPU?</title>
		<link>http://hoopercharles.wordpress.com/2013/02/14/what-does-it-mean-when-a-select-statement-in-oracle-is-using-100-cpu/</link>
		<comments>http://hoopercharles.wordpress.com/2013/02/14/what-does-it-mean-when-a-select-statement-in-oracle-is-using-100-cpu/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 12:23:20 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[General Administration]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6866</guid>
		<description><![CDATA[February 14, 2013 A couple of days ago I noticed that an interesting set of search keywords were used to access this blog.  The search keywords: What does it mean when a select statement in Oracle is using 100% cpu I had two thoughts when I first saw that set of search keywords: Well Done! [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6866&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/02/14/what-does-it-mean-when-a-select-statement-in-oracle-is-using-100-cpu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>
	</item>
		<item>
		<title>Feeling ANSI About Oracle Join Syntax? 2</title>
		<link>http://hoopercharles.wordpress.com/2013/02/07/feeling-ansi-about-oracle-join-syntax-2/</link>
		<comments>http://hoopercharles.wordpress.com/2013/02/07/feeling-ansi-about-oracle-join-syntax-2/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 14:37:46 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6845</guid>
		<description><![CDATA[February 7, 2013 (Back to the Previous Post in the Series) As I have mentioned a couple of times previously, I am not much of a fan of ANSI style joins &#8211; I prefer using the classical Oracle join syntax when possible.  I try to keep up with an ERP mailing list, and try to assist with [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6845&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2013/02/07/feeling-ansi-about-oracle-join-syntax-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>
	</item>
		<item>
		<title>Send an Email From Excel, Visual Basic 6, or a Windows Command Line Using Oracle&#8217;s UTL_MAIL Package</title>
		<link>http://hoopercharles.wordpress.com/2012/11/30/send-an-email-from-excel-visual-basic-6-or-a-windows-command-line-using-oracles-utl_mail-package/</link>
		<comments>http://hoopercharles.wordpress.com/2012/11/30/send-an-email-from-excel-visual-basic-6-or-a-windows-command-line-using-oracles-utl_mail-package/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 01:49:08 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6812</guid>
		<description><![CDATA[November 30, 2012 (Back to the Previous Post in the Series) Today is this blog&#8217;s third anniversary, so to celebrate, I thought that I would share a simple code example.  As many regular readers of this blog probably know, Oracle Database 10.1 introduced the UTL_MAIL package, which allowed programs accessing Oracle Database to easily send [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6812&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2012/11/30/send-an-email-from-excel-visual-basic-6-or-a-windows-command-line-using-oracles-utl_mail-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-references-21.jpg" medium="image">
			<media:title type="html">connect-with-vb-6-references-2</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting to an Oracle Database with Visual Basic 6.0 on Windows 8 64 Bit</title>
		<link>http://hoopercharles.wordpress.com/2012/11/25/connecting-to-an-oracle-database-with-visual-basic-6-0-on-windows-8-64-bit/</link>
		<comments>http://hoopercharles.wordpress.com/2012/11/25/connecting-to-an-oracle-database-with-visual-basic-6-0-on-windows-8-64-bit/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 20:42:25 +0000</pubDate>
		<dc:creator>Charles Hooper</dc:creator>
				<category><![CDATA[General Administration]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6751</guid>
		<description><![CDATA[November 25, 2012 (Modified December 7, 2012) Compatibility problems?  Visual Basic 6.0, released in 1998, is not officially compatible with Windows 8 Pro 64 bit&#8230; or Windows 7, or Windows Vista.  But I still like the language a lot for its simplicity, rapid development, and significant pre-existing code base within my company.  Of course, Oracle [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoopercharles.wordpress.com&#038;blog=10738606&#038;post=6751&#038;subd=hoopercharles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hoopercharles.wordpress.com/2012/11/25/connecting-to-an-oracle-database-with-visual-basic-6-0-on-windows-8-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/feb0aae889ae283c65d94de211e7f8d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Hooper</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-register-ocx.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Register OCX</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-references.jpg" medium="image">
			<media:title type="html">Connect with VB 6 References</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-references-2.jpg" medium="image">
			<media:title type="html">Connect with VB 6 References-2</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-components.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Components</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-basic-form.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Basic Form</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-provider-not-found-error.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Provider Not Found Error</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-provider-not-found-error-2.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Provider Not Found Error-2</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-wscript-tns-error.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Wscript TNS Error</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-32-bit-wscript-provider-not-found-error.jpg" medium="image">
			<media:title type="html">Connect with VB 6 32 Bit Wscript Provider Not Found Error</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-windows-start-menu.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Windows Start Menu</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-oracle-inventory.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Oracle Inventory</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-32-bit-wscript-tns-after-registry-fixes.jpg" medium="image">
			<media:title type="html">Connect with VB 6 32 Bit Wscript TNS After Registry Fixes</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-32-bit-wscript-account-is-locked.jpg" medium="image">
			<media:title type="html">Connect with VB 6 32 Bit Wscript Account is Locked</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-32-bit-wscript-success.jpg" medium="image">
			<media:title type="html">Connect with VB 6 32 Bit Wscript Success</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-late-binding-works.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Late Binding Works</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-early-binding.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Early Binding</media:title>
		</media:content>

		<media:content url="http://hoopercharles.files.wordpress.com/2012/11/connect-with-vb-6-query-database-with-bind.jpg" medium="image">
			<media:title type="html">Connect with VB 6 Query Database with Bind</media:title>
		</media:content>
	</item>
	</channel>
</rss>
