0
cfquery of query not working in CF2016
New Here
,
/t5/coldfusion-discussions/cfquery-of-query-not-working-in-cf2016/td-p/9655059
Jan 30, 2018
Jan 30, 2018
Copy link to clipboard
Copied
I have a query which has run well on ColdFusion 10.
However we've upgraded to CF2016 and yet when I run a query of a query I get no results.
<cfquery datasource="travcomus" name="firstquery">
SELECT * FROM tablename
</cfquery>
Followed by
<cfquery dbtype="Query" name="secondquery" >
select * from firstquery
</cfquery>
The second query does not return any results. There is nothing in the logs as well.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/cfquery-of-query-not-working-in-cf2016/m-p/9655060#M177999
Jan 30, 2018
Jan 30, 2018
Copy link to clipboard
Copied
Does a CFDUMP of the first query produce records?
V/r,
^ _ ^
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
LATEST
/t5/coldfusion-discussions/cfquery-of-query-not-working-in-cf2016/m-p/9655061#M178000
Jan 30, 2018
Jan 30, 2018
Copy link to clipboard
Copied
And if not, are the datasources configured identically between CF10 & CF2016?
-Carl V.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

