<?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 - functions-pt257.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-26T02:10:59</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19868" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19867" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19861" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19788" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19868">
		<title>coldfusion/6/CFML_Reference/functions-pt257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19868</link>
		<description>ColdFusion MX is inconsistent in what it allows. Some code paths, such as thuose used by the querynew and querysetcell functions, test the variable name and reject names that don't conform to the limited rules.&lt;br /&gt;Other code paths as shown by don't do this checking. &lt;br /&gt;&lt;br /&gt;I expect, but have not confirmed, that any CF query function tests its parameters for conformance with the tight rules,  while you can follow looser rules (possibly just the DB's naming rules) in any SQL statements in a cfquery tag.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-10T14:45:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19867">
		<title>coldfusion/6/CFML_Reference/functions-pt257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19867</link>
		<description>Must is too stong of a word.  Because the version I have ( 6,0,0,48097) will let you place a dollar sign in the query column name.  Either a query of query or a query from a SQL server.  It may not be supported but it is allowed.  I can run the following code with not errors and it works fine.&lt;br /&gt;&lt;br /&gt;&lt;cfquery name=&quot;test&quot; datasource=&quot;NonConTest&quot;&gt;&lt;br /&gt;SELECT Defects.program as Test$&lt;br /&gt;FROM Defects&lt;br /&gt;group by Defects.program&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfquery name=&quot;test2&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;select Test$ as Another$Test&lt;br /&gt;from test&lt;br /&gt;group by Test$&lt;br /&gt;&lt;/cfquery&gt;</description>
		<dc:creator>Jeremy Eagan</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-10T14:33:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19861">
		<title>coldfusion/6/CFML_Reference/functions-pt257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19861</link>
		<description>In ColdFusion MX, query column names must conform to the following rules:&lt;br&gt;They must start with a letter and can only include letters, numbers, and underscores.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-08-10T13:42:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19788">
		<title>coldfusion/6/CFML_Reference/functions-pt257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt257.htm#19788</link>
		<description>I tried to use QuerySetCell using a column name that is alowed in a query but isn't allowed in QuerySetCell apparently.  The name was AVERAGE_CYCLE$$1.  I guess is didn't like the dollar signs even though the dollar sign is alowed in a query name.  Does anyone know if any other character is allowed in both.  I need something to distinguish each Column name that normally won't show up.  I was going to remove the $$1 later and used them to label the value in a table.  I didn't want the distingisher to show up so in the table so I replace it with a empty string before writing to the table.  So I have 3 Average Cycles values in my query.</description>
		<dc:creator>Jeremy Eagan</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-09T13:34:31</dc:date>
	</item>
	</rdf:RDF>

