RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
Why use an Array to hold this?? Couldn't a database or File (retrieved with CFFILE) do this a lot better? Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:49 AM To: CF-Talk Subject: Array? Is this

Re: Array? Is this possible?

2002-02-24 Thread Douglas Brown
11:36 AM Subject: RE: Array? Is this possible? Why use an Array to hold this?? Couldn't a database or File (retrieved with CFFILE) do this a lot better? Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, February

RE: Array? Is this possible?

2002-02-24 Thread Steve Oliver
, inc. http://www.atnetsolutions.com -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 3:46 PM To: CF-Talk Subject: Re: Array? Is this possible? Yeah well that is what I am trying to talk the client into. I prefer database, but it is up

Re: Array? Is this possible?

2002-02-24 Thread Douglas Brown
[EMAIL PROTECTED] Sent: Sunday, February 24, 2002 12:32 PM Subject: RE: Array? Is this possible? So your saying the client is telling you to use arrays? Not that it's any of my business, but you're the developer, the clients usually don't care (and usually don't know any better) as long

RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
[mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 12:46 PM To: CF-Talk Subject: Re: Array? Is this possible? Yeah well that is what I am trying to talk the client into. I prefer database, but it is up to him. Success is a journey, not a destination!! Doug Brown - Original

RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
, 2002 12:55 PM To: CF-Talk Subject: Re: Array? Is this possible? Well this is a sub-contract job, and he originally said he didnt want no back-end data. But re-sorting the array and stuff would be a real bitch otherwise. Success is a journey, not a destination!! Doug Brown - Original Message

Re: Array? Is this possible?

2002-02-24 Thread Douglas Brown
:56 PM Subject: RE: Array? Is this possible? But if this is insistent, my suggestion then is: 1) Scope the array out to client.array so that way you only generate the array once per user (or application.arrayname if it crosses users and can be used universally) 2) Get cozy

Re: Array? Is this possible?

2002-02-24 Thread Jim McAtee
looping over the data and other processing (query a query) a bit easiser. Jim - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 24, 2002 1:55 PM Subject: Re: Array? Is this possible? Well this is a sub-contract job, and he

Re: Array? Is this possible?

2002-02-24 Thread Douglas Brown
Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 24, 2002 12:32 PM Subject: RE: Array? Is this possible? So your saying the client is telling you to use arrays? Not that it's any of my business, but you're the developer, the clients usually don't care