Ask a Question related to Coldfusion Database Access, Design and Development.
-
tejun #1
Re: Query problem part 2
You are getting the correct data. In your output, you should either do nested
<cfoutputs> or a <cfloop> nested in an output. In either case, your initial
output should be your main categorization. I'm not sure of what data is coming
from what field. But, here's a stab at what your output should look like:
<cfoutput query="getreviewcatConseil" group="BigCat">
#BigCat#
<cfoutput>
#cat#
</cfoutput>
</cfoutput>
Of course, you will need to put this into some sort of HTML structure, grid or
add <br> after each output element.
-- lnh:light;
tejun Guest
-
#39906 [NEW]: Unable to use place holders as part of the actual SQL query with PDO's
From: iab398 at bham dot ac dot uk Operating system: Unix PHP version: 5.2.0 PHP Bug Type: SQLite related Bug description: ... -
Problem with file downloading -- Part 2
Hello World, Trying of ASPUpload 3.0 and csFileDownload components take the same effect -- while user #1 not finish downloading, all other... -
Okay, I figured out part of the problem ...
I looked online and found a service pack for Internet Explorer 6. I downloaded it, and woo hoo! I can see my website. I am still worried about... -
Using a & in a query that is actually part of a name
How do I use a & in a query without the script treating it a a concatenation character? For example, I have a company name in a field called "M &... -
Query for decimal part
Hi Everybody, I got a table with a column named amount of type decimal(26,8) . I need to make a query to select the rows with no-integers values... -
newuser111 #2
Re: Query problem part 2
thanx a lot for your. i think i understand better what nested means
it works now.
try to put that stuff on a flash file ;--))))
merci
newuser111 Guest



Reply With Quote

