<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Command line sqlite</title>
	<atom:link href="http://e168f09.plugh.org/2009/10/10/command-line-sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/</link>
	<description>Building Web-based Software with Ruby and Ruby on Rails</description>
	<lastBuildDate>Sat, 20 Feb 2010 02:50:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Priyanka</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-680</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Tue, 13 Oct 2009 01:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-680</guid>
		<description>&lt;a href=&quot;#comment-664&quot; rel=&quot;nofollow&quot;&gt;@Antony &lt;/a&gt; 
Thanks.! It worked.</description>
		<content:encoded><![CDATA[<p><a href="#comment-664" rel="nofollow">@Antony </a><br />
Thanks.! It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-664</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Mon, 12 Oct 2009 02:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-664</guid>
		<description>As I clarified to Ron, any version greater than 3.4 and since the rest of the output matches my example above, you should be fine.</description>
		<content:encoded><![CDATA[<p>As I clarified to Ron, any version greater than 3.4 and since the rest of the output matches my example above, you should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyanka</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-662</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Mon, 12 Oct 2009 00:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-662</guid>
		<description>&lt;a href=&quot;#comment-657&quot; rel=&quot;nofollow&quot;&gt;@Antony &lt;/a&gt; 
I am having this:
C:\&gt;sqlite3 ex1
SQLite version 3.6.17
Enter &quot;.help&quot; for instructions
Enter SQL statements terminated with a &quot;;&quot;
is it ok? just to check before to start the assignment.</description>
		<content:encoded><![CDATA[<p><a href="#comment-657" rel="nofollow">@Antony </a><br />
I am having this:<br />
C:\&gt;sqlite3 ex1<br />
SQLite version 3.6.17<br />
Enter ".help" for instructions<br />
Enter SQL statements terminated with a ";"<br />
is it ok? just to check before to start the assignment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Newman</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-658</link>
		<dc:creator>Ron Newman</dc:creator>
		<pubDate>Sat, 10 Oct 2009 18:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-658</guid>
		<description>I meant the MySQL DESCRIBE.  Didn&#039;t realize it wasn&#039;t standardized.  Thanks.</description>
		<content:encoded><![CDATA[<p>I meant the MySQL DESCRIBE.  Didn't realize it wasn't standardized.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-657</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Sat, 10 Oct 2009 15:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-657</guid>
		<description>That version is fine.  Anything greater than 3.4, as required by Assignment 0.

I should have been more clear about the version.  Depending on your system you may have both sqlite and sqlite3 commands.  The former may be major version 2.  You don&#039;t want to use that.

Regarding DESCRIBE, that would depend on if you mean as defined by the SQL-92 standard or the command line sql processor keyword as implemented by some database vendors.  DESCRIBE in SQL-92 is used to gain information about the input or output of prepared statements.  DESCRIBE in SQL*Plus and some other command line sql processors provides information about a tables columns.  In sqlite3 use the .schema command I mentioned before.</description>
		<content:encoded><![CDATA[<p>That version is fine.  Anything greater than 3.4, as required by Assignment 0.</p>
<p>I should have been more clear about the version.  Depending on your system you may have both sqlite and sqlite3 commands.  The former may be major version 2.  You don't want to use that.</p>
<p>Regarding DESCRIBE, that would depend on if you mean as defined by the SQL-92 standard or the command line sql processor keyword as implemented by some database vendors.  DESCRIBE in SQL-92 is used to gain information about the input or output of prepared statements.  DESCRIBE in SQL*Plus and some other command line sql processors provides information about a tables columns.  In sqlite3 use the .schema command I mentioned before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Newman</title>
		<link>http://e168f09.plugh.org/2009/10/10/command-line-sqlite/comment-page-1/#comment-655</link>
		<dc:creator>Ron Newman</dc:creator>
		<pubDate>Sat, 10 Oct 2009 14:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://e168f09.plugh.org/?p=388#comment-655</guid>
		<description>&quot;Check that the version is correct&quot; -- I have SQLite 3.6.3, not 3.6.10 -- is that OK?

I noticed that sqlite3 does not understand the SQL statement &quot;describe &quot;.</description>
		<content:encoded><![CDATA[<p>"Check that the version is correct" -- I have SQLite 3.6.3, not 3.6.10 -- is that OK?</p>
<p>I noticed that sqlite3 does not understand the SQL statement "describe ".</p>
]]></content:encoded>
	</item>
</channel>
</rss>
