<?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>Hussain M Elius &#187; Visual Basic</title>
	<atom:link href="http://hmelius.com/archives/tag/visual-basic/feed" rel="self" type="application/rss+xml" />
	<link>http://hmelius.com</link>
	<description>Blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:08:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Exporting ADODB Recordsets with Visual Basic 6</title>
		<link>http://hmelius.com/archives/exporting-adodb-recordsets-with-visual-basic-6</link>
		<comments>http://hmelius.com/archives/exporting-adodb-recordsets-with-visual-basic-6#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:03:32 +0000</pubDate>
		<dc:creator>elvista</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Planet Source Code]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://hmelius.com/?p=3</guid>
		<description><![CDATA[A class module for VB6 that aids in exporting database recordsets to CSV, HTML, or Mircrosoft Excel (xls) formats.]]></description>
			<content:encoded><![CDATA[<p>While working on my GCE O Level Computing Coursework (which I dropped in the last moment, sadly), I came up with the idea of exporting databases to other different formats. The idea was not new, of course, but I was still learning VB6, and my main tutor, <a title="Planet Source Code" href="http://www.planetsourcecode.com" target="_blank">Planet Source Code</a>, did not have a module I could use. Hence, I made one.</p>
<p>This is a class module, and not a program, so only VB6 developers can actually use it. The module allows anyone with a proper ADODB Recordset to export it in three formats- CSV, HTML, or Microsoft Excel (xls). The class comes complete with functions that ease it&#8217;s use, including events that are called in various parts of the code to allow complete control for the developer.</p>
<p><em>Since I published it (which was a long time ago), the project has been featured in Code of The Day, and later, Code of The Month in </em><a title="Planet Source Code" href="http://www.planetsourcecode.com" target="_blank"><em>PSCode</em></a><em>.</em></p>
<p align="center"><a title="[HME] ADO Recordset Export Class (CSV, HTML, Excel)" href="http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=58842&amp;lngWId=1" rel="author, me">You can download the entire source, including a demo, from Planet Source Code.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hmelius.com/archives/exporting-adodb-recordsets-with-visual-basic-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
