> <CFQUERY NAME="getOptinfo" DATASOURCE="#ACBMainDS#">
>      SELECT ID, Title, Name
>      FROM Options
>  </CFQUERY>
> 
> and I want to access the resulting Names as a list?
> 
> List(rob,ray,eddie,eagle)


<CFSET variables.ListOfNames = ValueList(getOptinfo.Name)>



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to