Use the Maxrows argument in the CFQuery Tag:
        
        <cfquery name="get_stuff" datasource="some_odbc_datasource"
maxrows="50">
                Select * from the_table where user_id = 1
        </cfquery>
        

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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