<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: DQL versus SQL</title>
	<atom:link href="http://wordofpie.com/2008/02/17/dql-versus-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordofpie.com/2008/02/17/dql-versus-sql/</link>
	<description>Ponderings on Life, the Universe, and Information</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:28:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Pie</title>
		<link>http://wordofpie.com/2008/02/17/dql-versus-sql/#comment-3794</link>
		<dc:creator><![CDATA[Pie]]></dc:creator>
		<pubDate>Fri, 13 Mar 2009 21:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/02/17/dql-versus-sql/#comment-3794</guid>
		<description><![CDATA[This command will create a user with an inline password. You will want to change the parameters as needed for your environment.

&lt;code&gt;create dm_user object
set user_name = &#039;Dave User&#039;,
set user_login_name = &#039;daveuser&#039;,
set user_source = &#039;inline password&#039;,
set user_password = &#039;p4ssw0rd&#039;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>This command will create a user with an inline password. You will want to change the parameters as needed for your environment.</p>
<p><code>create dm_user object<br />
set user_name = 'Dave User',<br />
set user_login_name = 'daveuser',<br />
set user_source = 'inline password',<br />
set user_password = 'p4ssw0rd'<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu</title>
		<link>http://wordofpie.com/2008/02/17/dql-versus-sql/#comment-3792</link>
		<dc:creator><![CDATA[Subbu]]></dc:creator>
		<pubDate>Fri, 13 Mar 2009 08:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/02/17/dql-versus-sql/#comment-3792</guid>
		<description><![CDATA[Hwo to create only Login Users By Using Dql]]></description>
		<content:encoded><![CDATA[<p>Hwo to create only Login Users By Using Dql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pie</title>
		<link>http://wordofpie.com/2008/02/17/dql-versus-sql/#comment-2935</link>
		<dc:creator><![CDATA[Pie]]></dc:creator>
		<pubDate>Mon, 18 Feb 2008 16:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/02/17/dql-versus-sql/#comment-2935</guid>
		<description><![CDATA[Maria, you are correct.  There are 25 registered tables in the standard 5.3 system, including a couple of views.  They are restricted in definition so that only the system can use the tables beyond simple information retrieval.

My comments against doing so was targeted at those implementing the system expanding that usage.]]></description>
		<content:encoded><![CDATA[<p>Maria, you are correct.  There are 25 registered tables in the standard 5.3 system, including a couple of views.  They are restricted in definition so that only the system can use the tables beyond simple information retrieval.</p>
<p>My comments against doing so was targeted at those implementing the system expanding that usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pie</title>
		<link>http://wordofpie.com/2008/02/17/dql-versus-sql/#comment-2936</link>
		<dc:creator><![CDATA[Pie]]></dc:creator>
		<pubDate>Mon, 18 Feb 2008 16:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/02/17/dql-versus-sql/#comment-2936</guid>
		<description><![CDATA[Maria, you are correct.  There are 25 registered tables in the standard 5.3 system, including a couple of views.  They are restricted in definition so that only the system can use the tables beyond simple information retrieval.

My comments against doing so was targeted at those implementing the system expanding that usage.]]></description>
		<content:encoded><![CDATA[<p>Maria, you are correct.  There are 25 registered tables in the standard 5.3 system, including a couple of views.  They are restricted in definition so that only the system can use the tables beyond simple information retrieval.</p>
<p>My comments against doing so was targeted at those implementing the system expanding that usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://wordofpie.com/2008/02/17/dql-versus-sql/#comment-2934</link>
		<dc:creator><![CDATA[Maria]]></dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/02/17/dql-versus-sql/#comment-2934</guid>
		<description><![CDATA[Just a small comment
5. A number of Documentums core tables gets registered by th e system itself. I think that they are needed from some of Documentums standard jobs. It makes it a bit hard to avoid having core tables registered. 

Cheers 
Maria]]></description>
		<content:encoded><![CDATA[<p>Just a small comment<br />
5. A number of Documentums core tables gets registered by th e system itself. I think that they are needed from some of Documentums standard jobs. It makes it a bit hard to avoid having core tables registered. </p>
<p>Cheers<br />
Maria</p>
]]></content:encoded>
	</item>
</channel>
</rss>

