<?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>coder000 &#187; ddl</title>
	<atom:link href="http://coder000.com/tag/ddl/feed/" rel="self" type="application/rss+xml" />
	<link>http://coder000.com</link>
	<description>an exploration, a quest... to grow</description>
	<lastBuildDate>Thu, 03 Sep 2009 17:46:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clear all database tables &#8211; VB DDL</title>
		<link>http://coder000.com/clear-all-database-tables-vb-ddl/</link>
		<comments>http://coder000.com/clear-all-database-tables-vb-ddl/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 05:37:35 +0000</pubDate>
		<dc:creator>Rahul Vyas</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[ddl]]></category>

		<guid isPermaLink="false">http://coder000.com/?p=80</guid>
		<description><![CDATA[<p>This is a simple example demonstrating how to use SQL Data Definition Language (DDL) commands in vb.net. In a now distant past, I used to need a code to clear all the tables in a MS Access database. This code is particularly quite useful during the testing phase when the database becomes fat with &#8216;dummy&#8217; data.</p>
<p>
</p>




<p>To accomplish this task we need two COM components:</p>

Microsoft ActiveX Data Objects 2.7 Library (ADODB)
Microsoft ADO Ext. 2.8 for DDL and Security (ADOX)

<p>To add the reference to these libraries, go to Project &#124; Add Reference &#124; COM and select the above components. Do you see <a href="http://coder000.com/clear-all-database-tables-vb-ddl/">[...]<a>]]></description>
		<wfw:commentRss>http://coder000.com/clear-all-database-tables-vb-ddl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
