When you say tables, do you mean HTML tables or database tables?
  Where are you getting the information from?  A Query?  Queries are stored 
in memory as an array of structures.  You should be able to display the 
data using a simple CFOUTPUT or CFLOOP.

At 02:49 PM 08/26/2001 -0700, you wrote:
>Hi, Gurus,
>
>I'm having problem with creating an 2-D array dynamically. I have two tables
>that are updated daily. Hard coded 3000 rows on an array is not a way to
>display data.  Can someone shed some light on how to do it? Can you direct me
>to any source that cover how to do it?
>
>Best Regards,
>Julia Phu
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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