RE: Read from database and insert into string

2002-10-22 Thread Mike Townend
Woooaaa I would *STRONGLY* recommend you don't do this... I recently did this and brought the server down each time... You couldn't log on as it ran out of memory... Only option was to switch it off... If you are going to let the user download an exported file then format the lines individua

RE: Read from database and insert into string

2002-10-22 Thread Phoeun Pha
Use the valuelist() function. No loops needed. What I want to know is, WHY ARE YOU DOING THIS FOR?! :) 500+ items seems a lot. Maybe if ya tell me what you're trying to do eventually, I can help you find a better way to do it. FOr something like this I would use arrays instead. Lists = SLOW M

Re: Read from database and insert into string

2002-10-22 Thread Kevin Schmidt
I'm pretty sure there is function ValueList() that might do it for you - Original Message - From: "FlashGuy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 11:32 AM Subject: Read from database and insert into string > Hi, > > I need to read from

RE: Read from database and insert into string

2002-10-22 Thread Timothy Heald
Use the valueList() function. At least I think that's what your looking for. Need to pass the columns into flash right? Tim -Original Message- From: FlashGuy [mailto:flashmx@;rogers.com] Sent: Tuesday, October 22, 2002 12:33 PM To: CF-Community Subject: Read from database and insert in