<?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: sql</title>
	<atom:link href="http://malvasiabianca.org/archives/2005/12/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://malvasiabianca.org/archives/2005/12/sql/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 05:54:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: malvasia bianca &#187; sql schema</title>
		<link>http://malvasiabianca.org/archives/2005/12/sql/comment-page-1/#comment-4352</link>
		<dc:creator>malvasia bianca &#187; sql schema</dc:creator>
		<pubDate>Mon, 16 Jan 2006 19:30:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=218#comment-4352</guid>
		<description>[...] Despite my earlier planning, I still haven&#8217;t done any work towards switching dbcdb to an SQL backend. Part of this is other things intervening in my life, but most of this is the inertia of starting something new, and that I haven&#8217;t broken tasks down enough. [...]</description>
		<content:encoded><![CDATA[<p>[...] Despite my earlier planning, I still haven&#8217;t done any work towards switching dbcdb to an SQL backend. Part of this is other things intervening in my life, but most of this is the inertia of starting something new, and that I haven&#8217;t broken tasks down enough. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Carlton</title>
		<link>http://malvasiabianca.org/archives/2005/12/sql/comment-page-1/#comment-4253</link>
		<dc:creator>David Carlton</dc:creator>
		<pubDate>Mon, 19 Dec 2005 17:16:49 +0000</pubDate>
		<guid isPermaLink="false">/?p=218#comment-4253</guid>
		<description>Hmm.  Is JDBC complicated enough that using it is significantly harder than generating a flat text file as you suggest?  I would have thought that the conceptual overhead of going straight to JDBC would be pretty small.  (Not that I&#039;ve looked at JDBC at all.)

Of course, even if it&#039;s small, it&#039;s probably nonzero.  So one question is: given that I eventually want to be able to write out the data to the database and read the data from the database, where in this transition does it make sense for me to start using JDBC?  Should I use JDBC right when I start using SQL, or should I postpone its use until later?  (Where doing the latter might smooth out the learning curve some.)  Not clear.

And we can also look at the problem in light of the fact that I&#039;ll eventually need to update the database programatically.  But that&#039;s probably too much thinking ahead to be useful right now.

I&#039;ll think about it more once I&#039;ve looked into JDBC.</description>
		<content:encoded><![CDATA[<p>Hmm.  Is JDBC complicated enough that using it is significantly harder than generating a flat text file as you suggest?  I would have thought that the conceptual overhead of going straight to JDBC would be pretty small.  (Not that I&#8217;ve looked at JDBC at all.)</p>
<p>Of course, even if it&#8217;s small, it&#8217;s probably nonzero.  So one question is: given that I eventually want to be able to write out the data to the database and read the data from the database, where in this transition does it make sense for me to start using JDBC?  Should I use JDBC right when I start using SQL, or should I postpone its use until later?  (Where doing the latter might smooth out the learning curve some.)  Not clear.</p>
<p>And we can also look at the problem in light of the fact that I&#8217;ll eventually need to update the database programatically.  But that&#8217;s probably too much thinking ahead to be useful right now.</p>
<p>I&#8217;ll think about it more once I&#8217;ve looked into JDBC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://malvasiabianca.org/archives/2005/12/sql/comment-page-1/#comment-4222</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Mon, 19 Dec 2005 02:05:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=218#comment-4222</guid>
		<description>For just simple dumping, it&#039;s probably easiest to dump your data into a text file containing SQL insert statements of the INSERT INTO table VALUES(&quot;this&quot;, &quot;that&quot;, &quot;The other&quot;, ...) type.  That saves a lot of writing code, since all SQL database engines can understand files of SQL statements.</description>
		<content:encoded><![CDATA[<p>For just simple dumping, it&#8217;s probably easiest to dump your data into a text file containing SQL insert statements of the INSERT INTO table VALUES(&#8220;this&#8221;, &#8220;that&#8221;, &#8220;The other&#8221;, &#8230;) type.  That saves a lot of writing code, since all SQL database engines can understand files of SQL statements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/12 queries in 0.027 seconds using disk: basic

Served from: malvasiabianca.org @ 2012-02-10 09:56:29 -->
