[KCFusion] Query of query not working

2002-04-10 Thread Keith Purtell
Since we run CF5, I occasionally use the query-a-query feature. However the following code is not working. The first query runs just fine, but the query that follows either never runs or generates an error message Insert not supported. As long as valid data is in the structure (query object)

RE: [KCFusion] Query of query not working

2002-04-10 Thread Greg . L . Gorman
] Query of query not working Since we run CF5, I occasionally use the query-a-query feature. However the following code is not working. The first query runs just fine, but the query that follows either never runs or generates an error message Insert not supported. As long as valid data

Re: [KCFusion] Query of query not working

2002-04-10 Thread Adaryl Wakefield
: [KCFusion] Query of query not working Since we run CF5, I occasionally use the query-a-query feature. However the following code is not working. The first query runs just fine, but the query that follows either never runs or generates an error message Insert not supported. As long as valid data

RE: [KCFusion] Query of query not working

2002-04-10 Thread Bakken, Kory J
Unless I am missing something, you're not inserting records into the previous query, hence your query should just be a normal query. -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:21 PM To: KCFusion (E-mail) Subject: [KCFusion] Query

RE: [KCFusion] Query of query not working

2002-04-10 Thread Keith Purtell
]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 12:31 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Query of query not working Do you really need the query of query? Why not just cfloop over the query: cfloop query=GetRecs cfquery name=AddRecords datasource