<?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>TechieDrill &#187; db</title>
	<atom:link href="http://techiedrill.com/tag/db/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedrill.com</link>
	<description>Your World Of Technical Tutorials</description>
	<lastBuildDate>Tue, 10 Aug 2010 20:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Environment for Apache Derby and Connecting to DB</title>
		<link>http://techiedrill.com/2009/11/setting-environment-for-apache-derby-and-connecting-to-db/</link>
		<comments>http://techiedrill.com/2009/11/setting-environment-for-apache-derby-and-connecting-to-db/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 17:31:45 +0000</pubDate>
		<dc:creator>karnamrajesh</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[derby]]></category>
		<category><![CDATA[environment]]></category>

		<guid isPermaLink="false">http://techiedrill.com/?p=422</guid>
		<description><![CDATA[Setting Environment for Apache Derby
Goto command prompt by keying on cmd from Run application launcher.
Goto your java classpath and give the below command
&#62; java org.apache.derby.tools.ij
Now your command prompt would change as shown below
ij&#62;
Note: you may get errors if classpath is not set correctly
Connecting to the database
Connect to the database by giving the below command in [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Setting Environment for Apache Derby</span></strong></p>
<p>Goto command prompt by keying on cmd from Run application launcher.</p>
<p>Goto your java classpath and give the below command</p>
<p><strong>&gt; java org.apache.derby.tools.ij</strong></p>
<p>Now your command prompt would change as shown below</p>
<p><em>ij&gt;</em></p>
<p>Note: you may get errors if classpath is not set correctly</p>
<p><strong><span style="text-decoration: underline;">Connecting to the database</span></strong></p>
<p>Connect to the database by giving the below command in the Derby ij tool</p>
<p><strong>ij&gt; connect &#8216;jdbc:derby:SampleTest;create=true&#8217;;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techiedrill.com/2009/11/setting-environment-for-apache-derby-and-connecting-to-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
