Isn't it supposed to be argumentCollection (not plural)?

On 10/19/07, Sophek Tounn <[EMAIL PROTECTED]> wrote:
>
> Hi Guys,
>
> I'm running CF 8 on my localhost, when I run this code:
>
> <cfset args=structnew()>
>  <cfset args.datasource="foo">
>  <cfset args.name = "foo">
>
>     <cfquery argumentscollection="#args#">
>         Select RoomID,RoomName,RoomPrice From Room
>             ORDER BY ROOMID DESC
> </cfquery>
>
> I get this:
>
>
> The tag does not allow the attribute(s) ARGUMENTSCOLLECTION. The valid
> attribute(s) are
> BLOCKFACTOR,CACHEDAFTER,CACHEDWITHIN,CONNECTSTRING,DATASOURCE,DBNAME,DBPOOL,DBSERVER,DBTYPE,DEBUG,MAXROWS,NAME,PASSWORD,PROVIDER,PROVIDERDSN,RESULT,SQL,TIMEOUT,USERNAME.
>
>
> Anyone know why?
>
> _______________________________________________
> Reply to DFWCFUG:
>  [email protected]
> Subscribe/Unsubscribe:
>  http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archives:
>    http://www.mail-archive.com/list%40list.dfwcfug.org/
>  http://www.mail-archive.com/list%40dfwcfug.org/
> DFWCFUG Sponsors:
>  www.instantspot.com/
>  www.teksystems.com/
>
>
_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.instantspot.com/
  www.teksystems.com/

Reply via email to