macromedia.coldfusion.getting_started
[Top] [All Lists]

Re: Tutorial Confusion

Subject: Re: Tutorial Confusion
From: Ian Skinner <iskinner@xxxxxxxxxxx>
Date: Thu, 24 Jul 2008 06:44:25 -0700
Newsgroups: macromedia.coldfusion.getting_started


alan_lindsay wrote:
It executes without error if I remove the cfquery tags.

The only possible way I can imagine this working is that there actually *is* a set of <cfquery...> tags. Are you sure you are not unintentionally trying to nest a set of tags?

I.E. this would obviously throw errors.

<cfquery...>
...
<cfquery...>
...
</cfquery>
</cfquery>

<Prev in Thread] Current Thread [Next in Thread>