> After querying the database, I want to loop over these records and 
> output them in the following format, so that I can use them in a Select 
> List:

Any reason not to just do something like this, or use <cfselect> :

<select>
<CFOUTPUT QUERY="getcommonnames">
        <option>#Common_Names#</option>
</CFOUTPUT>
</select>

?

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion

 


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to