youjie
Nov 6th 2006, 6:51 pm
May i know how to read from 2 queries?
For example, I have use
<cfoutput query="FindCountry">
<cfoutput query="FindNationality">
The country is #FindCountry.id#
The nationality is #FindNationality.id#
</cfoutput>
</cfoutput>
I was prompted an error when i do this.
Thanks
For example, I have use
<cfoutput query="FindCountry">
<cfoutput query="FindNationality">
The country is #FindCountry.id#
The nationality is #FindNationality.id#
</cfoutput>
</cfoutput>
I was prompted an error when i do this.
Thanks