<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CFTalk at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/CFTalk/</link>
    <description>ColdFusion Talk (CFTalk) List archives</description>

    <item>
      <title>Re: Get Query Column Names</title>
      <pubDate>Sat, 11 Jul 2009 18:46:13 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150671</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150671</guid>
      <description>Thanks Scott... I was using the query.ColumnList as function instead of variable/list :) thanks man! Regards, Arsalan ... From: &quot;Arsalan Tariq Keen&quot;</description>
    </item>
    <item>
      <title>Re: Get Query Column Names</title>
      <pubDate>Sat, 11 Jul 2009 18:43:28 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150670</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150670</guid>
      <description>Hey Scott.... this function query.ColumnList() is not documented in CF8 ... is it? I am asking this because its not working with me :( ... From: &quot;Scott Stroz&quot;</description>
    </item>
    <item>
      <title>Re: Get Query Column Names</title>
      <pubDate>Sat, 11 Jul 2009 18:38:52 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150669</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150669</guid>
      <description>Yep, you you are looking for  queryName.columnlist. So if your query looks like this: &lt;cfquery name=&quot;myTest&quot; datasource=&quot;myDB&quot;&gt; SELECT * FROM xyz &lt;/cfquery&gt; </description>
    </item>
    <item>
      <title>Get Query Column Names</title>
      <pubDate>Sat, 11 Jul 2009 18:26:21 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150668</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150668</guid>
      <description>Hi friends... Is there any way in CF8 with which I can get the list of column names my database query returns. For example I am using a query: SELECT * FROM</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Sat, 11 Jul 2009 14:33:44 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150667</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150667</guid>
      <description>Thanks guys for the help, I found the issue , it was the OnRequest method in my Application.cfc. I had forgot that I put a stock Application.cfc in the main</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Sat, 11 Jul 2009 09:16:46 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150666</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150666</guid>
      <description>TBH this sounds like a mapping issue to your CFC/Method.  Have you tried simply adjusting your service path? Looking at your path below you have a directory</description>
    </item>
    <item>
      <title>Re: How to Determine CFC Method Called From OnRequestStart?</title>
      <pubDate>Sat, 11 Jul 2009 09:04:37 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150665</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150665</guid>
      <description>You could try to put the logging in one place in the webservice cfc; in the pseudo-constructor area. Since that&#39;s in the CFC, perhaps isSOAPRequest()  will</description>
    </item>
    <item>
      <title>How to Determine CFC Method Called From OnRequestStart?</title>
      <pubDate>Sat, 11 Jul 2009 08:35:25 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150664</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150664</guid>
      <description>I&#39;m currently trying to add logging to a webservice I&#39;ve created. I&#39;m not crazy about numerous lines of cflog inside the webservice itself; it seemed that I</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Sat, 11 Jul 2009 02:18:01 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150663</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150663</guid>
      <description>You should just need to change: &lt;use-mappings&gt;true&lt;/use-mappings&gt; to: &lt;use-mappings&gt;true&lt;/use-mappings&gt; I can&#39;t be 100% but I think I needed to restart</description>
    </item>
    <item>
      <title>How to make CF 8.0 and IIS6 respond to OPTIONS method</title>
      <pubDate>Sat, 11 Jul 2009 01:26:32 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150662</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150662</guid>
      <description>Hello, If you want CF to respond to a cross domain XHR request in Firefox 3.5 and IE8 (I&#39;m not too sure about the IE8 implementation), preflighted requests may</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Sat, 11 Jul 2009 00:40:57 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150661</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150661</guid>
      <description>... Paul, I have enabled mapping in the flex/remoting-config.xml file. I have set up a mapping in the CF Admin, But not in the flex/remoting-config.xml file.</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Fri, 10 Jul 2009 21:44:06 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150660</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150660</guid>
      <description>Did you enable mappings in the remoting-config.xm file?  Also does the mapping exist?  By default its off. Paul ... </description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Fri, 10 Jul 2009 19:15:44 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150659</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150659</guid>
      <description>Here are my config settings for web.xml and gateway-config.xml. I think everything is configured correctly. Web.xml </description>
    </item>
    <item>
      <title>Re: CF8 Developer Edition and CFTHREAD</title>
      <pubDate>Fri, 10 Jul 2009 19:06:53 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150658</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150658</guid>
      <description>... My understanding is that there is no difference between Enterprise and Developer with regard to CFTHREAD. If you have a spare Enterprise license laying</description>
    </item>
    <item>
      <title>Re: Coldfusion 8 Flash Remoting Issue</title>
      <pubDate>Fri, 10 Jul 2009 18:56:46 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/150657</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/150657</guid>
      <description>iirc, you have to edit web.xml and un-comment the flash remoting section of the code there... i may be wrong since i do not use flash remoting much... Azadi</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Mon Jul 13 22:56:14 PDT 2009 -->
