<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt218.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T07:55:02</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30268" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30045" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#27003" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#26631" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22191" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22147" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3886" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3562" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3521" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3342" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3181" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#889" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#910" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#797" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30268">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30268</link>
		<description>Sure. Query of queries:&lt;br&gt;CFMX: http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets.htm&lt;br&gt;&lt;br&gt;CFMX 6.1: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/using_re.htm#wp1181595&lt;br&gt;&lt;br&gt;CFMX 7: http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001263.htm</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-22T11:09:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30045">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#30045</link>
		<description>Hi,&lt;br /&gt;Is there any way to add a query to another query?&lt;br /&gt;I have a situation where i need to do this (q1+q2), both q1 and q1 will have the same number/type of attributes..its the exact same thing in terms of structure, except the data.&lt;br /&gt;Any alternative way to do this?&lt;br /&gt;any help is appreciated.&lt;br /&gt;thanks</description>
		<dc:creator>tahseen</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-17T09:06:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#27003">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#27003</link>
		<description>Question for the Variable name &quot;query_name.columnList &quot;&lt;br /&gt;Is there a way that I can get the items in queryname.Columnlist without being sorted by columns name?&lt;br /&gt;In other word I whish the items in columnlist could be the same order in my select sentence. please help me, thanks</description>
		<dc:creator>Huggie_ON</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-26T06:20:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#26631">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#26631</link>
		<description>You can get the column names by using brackets:&lt;br /&gt;&lt;br /&gt;SELECT [First Name] FROM table&lt;br /&gt;&lt;br /&gt;You should then be able to access them using structure syntax:&lt;br /&gt;&lt;br /&gt;queryname[&quot;First Name&quot;].RowNumber</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-17T14:30:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22191">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22191</link>
		<description>Is there a way to get the access column names that have spaces without aliasing them first? Example:  &quot;select `First Name` from ...&quot;.  Only way I have seen to get it out is to do &quot;select `First Name` as FirstName from ...&quot;.  I would prefer to maintain the original column name when extracting the data.</description>
		<dc:creator>chilbe</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-11T06:35:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22147">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#22147</link>
		<description>Is there a maximum length for the Name parameter of the CFQuery or CFLDap tags?</description>
		<dc:creator>GrandNagel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-08T16:04:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3886">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3886</link>
		<description>The example says:&lt;br /&gt; &quot;Query database for information if cached database information has not been updated in the last six hours; otherwise, use cached data.&quot; &lt;br /&gt;&lt;br /&gt;This is referring to the following line of code:  cachedwithin=&quot;#CreateTimeSpan(0, 0, 6, 0)#&quot;&gt;&lt;br /&gt;&lt;br /&gt;The CreateTimeSpan doc says that is of the format CreateTimeSpan(days, hours, minutes, seconds).&lt;br /&gt;&lt;br /&gt;Therefore the &lt;cfquery&gt; example should say &quot;...last six minutes...&quot; or change the code to:&lt;br /&gt; cachedwithin = &quot;#CreateTimeSpan(0, 6, 0, 0)#&quot;</description>
		<dc:creator>nectaar</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-11-18T04:04:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3562">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3562</link>
		<description>Good one. I have entered this as enhancement request 53695.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2003-11-06T08:47:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3521">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3521</link>
		<description>There should be a way to determine the number of rows updated or deleted for UPDATE and DELETE commands.  Without this, time based rows but first be selected in order to determine if that can/should be updated or inserted.  This is terribl inefficient.</description>
		<dc:creator>smb1@cornell.edu</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-11-05T11:21:35</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3342">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3342</link>
		<description>Unfortunately, there is no way, in CFMX or CFMX 6.1 to do this.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2003-10-31T10:40:01</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3181">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#3181</link>
		<description>we have extensively used 'connectstring' attribute with the combination of 'dbtype' set to DYNAMIC to query dynamicaly created fixed length files. To do that, we have also dynamicaly created a QUTXT.INI file at the same time. On your document, please provide alternative ways to do the same job without 'connectstring'  attribute.</description>
		<dc:creator>bzhou@previsionmarketing.</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-10-27T05:59:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#889">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#889</link>
		<description>above it lists that the blockfactor attribute works with oracle native databases, but Tech note 17462 states that it works with both Oracle Native and ODBC databases.  Which is it?&lt;br&gt;&lt;br&gt;</description>
		<dc:creator>sd1985</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-04-17T11:15:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#910">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#910</link>
		<description>What about the connection string option? Why was it abandoned so quickly?</description>
		<dc:creator>mcumar</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-02-22T05:49:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#797">
		<title>coldfusion/6/CFML_Reference/Tags-pt218.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt218.htm#797</link>
		<description>Regarding the statement above: &lt;br&gt;&lt;br&gt;New in ColdFusion MX: ColdFusion can index query results and delete index keys &lt;br&gt;&lt;br&gt;This should be clarified in two ways. First, it's not obvious what's meant by the verb &quot;index&quot;, so it should be amended to refer to CFINDEX since it's about creating verity indexes. Second, what's new is the ability to index the results from a CFSEARCH (a search of a verity index, whose results appear as a query). That failed in CF5 but seems to work in CFMX. &lt;br&gt;&lt;br&gt;You've always been able to index other query results. It seems the sentence should read:&lt;br&gt;&lt;br&gt;New in ColdFusion MX: ColdFusion can index (using CFINDEX) query results from a CFSEARCH and delete index keys &lt;br&gt;</description>
		<dc:creator>carehart@systemanage</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-12-30T08:26:00</dc:date>
	</item>
	</rdf:RDF>

