<?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 for Stephen J. Houston</title>
	<atom:link href="http://www.stephenhouston.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephenhouston.com</link>
	<description>Just another J2EE developer</description>
	<lastBuildDate>Fri, 27 Feb 2009 12:24:00 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL is English by elonelung</title>
		<link>http://www.stephenhouston.com/20090226/sql-is-english/comment-page-1/#comment-6</link>
		<dc:creator>elonelung</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenhouston.com/20090226/sql-is-english/#comment-6</guid>
		<description>Dude ... take a chillax pill ! ...what client are you using ... use toad (if you can get a license) ... SQL PLUS is fine for me running in the commands using the semi-colon ...
no probs ... 
you have created a table with the table with a column name called &#039;date&#039; ... date being a oracle keyword, the database decides to poop itself ... ORA-00928s?

SQL&gt; create table TABLE1 (mydate date, myusername varchar2(20));

SQL&gt; INSERT INTO TABLE1(mydate, myusername) 
VALUES (&#039;10-jan-2008&#039;, &#039;fred&#039;);

blam ... no probs ... or as the kids would say ... brappp brappp brappp

Default string format for date fields is DD-MON-YY
you can use the to_date and to_char functions, which provide support for this ISO-8001 one thing :

select to_char(sysdate,&#039;YYYY-MM-DD&#039;) from dual;

Oracle stores its date data in a special format, and returns data through the to_char function, defaulting the format of the string returned to DD-MON-YYYY ...
http://infolab.stanford.edu/~ullman/fcdb/oracle/or-time.html

Also askTom ftw..</description>
		<content:encoded><![CDATA[<p>Dude &#8230; take a chillax pill ! &#8230;what client are you using &#8230; use toad (if you can get a license) &#8230; SQL PLUS is fine for me running in the commands using the semi-colon &#8230;<br />
no probs &#8230;<br />
you have created a table with the table with a column name called &#8216;date&#8217; &#8230; date being a oracle keyword, the database decides to poop itself &#8230; ORA-00928s?</p>
<p>SQL&gt; create table TABLE1 (mydate date, myusername varchar2(20));</p>
<p>SQL&gt; INSERT INTO TABLE1(mydate, myusername)<br />
VALUES (&#8217;10-jan-2008&#8242;, &#8216;fred&#8217;);</p>
<p>blam &#8230; no probs &#8230; or as the kids would say &#8230; brappp brappp brappp</p>
<p>Default string format for date fields is DD-MON-YY<br />
you can use the to_date and to_char functions, which provide support for this ISO-8001 one thing :</p>
<p>select to_char(sysdate,&#8217;YYYY-MM-DD&#8217;) from dual;</p>
<p>Oracle stores its date data in a special format, and returns data through the to_char function, defaulting the format of the string returned to DD-MON-YYYY &#8230;<br />
<a href="http://infolab.stanford.edu/~ullman/fcdb/oracle/or-time.html" rel="nofollow">http://infolab.stanford.edu/~ullman/fcdb/oracle/or-time.html</a></p>
<p>Also askTom ftw..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL is English by John Girvin</title>
		<link>http://www.stephenhouston.com/20090226/sql-is-english/comment-page-1/#comment-5</link>
		<dc:creator>John Girvin</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenhouston.com/20090226/sql-is-english/#comment-5</guid>
		<description>&quot;The great thing about standards is that there are so many to choose from&quot;.

Our product supports multiple database engines out of the box and we hit incompatibilities all the time. We tackle it partially by defining our schema in XML then using XSLT in the build/install process to create engine specific scripts. Some parts we can&#039;t or don&#039;t automate this way though, and those still have to be hand tuned for each engine ... I had to navigate the Oracle date formatting maze myself not so long ago.</description>
		<content:encoded><![CDATA[<p>&#8220;The great thing about standards is that there are so many to choose from&#8221;.</p>
<p>Our product supports multiple database engines out of the box and we hit incompatibilities all the time. We tackle it partially by defining our schema in XML then using XSLT in the build/install process to create engine specific scripts. Some parts we can&#8217;t or don&#8217;t automate this way though, and those still have to be hand tuned for each engine &#8230; I had to navigate the Oracle date formatting maze myself not so long ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cybersource on Simplifying ePayments by Books and Magazines Blog &#187; Archive &#187; Cybersource on Simplifying ePayments</title>
		<link>http://www.stephenhouston.com/20081009/cybersource-on-simplifying-epayments/comment-page-1/#comment-4</link>
		<dc:creator>Books and Magazines Blog &#187; Archive &#187; Cybersource on Simplifying ePayments</dc:creator>
		<pubDate>Fri, 10 Oct 2008 00:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenhouston.com/?p=7#comment-4</guid>
		<description>[...] Original post by Stephen J. Houston [...]</description>
		<content:encoded><![CDATA[<div style="">
<p>[...] Original post by Stephen J. Houston [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
