Teddy, Thanks for the help. It turns out that it was the cffile tag that was creating the issue and not the wddx. Thanks for the help though. But another question along the same lines, can you not update or delete a query stored in the application scope?
On Fri, Nov 20, 2009 at 3:10 PM, Jeff Howard <[email protected]> wrote: > I think that is exactly what I am trying to do if I can just figure out the > wddx issue. I just can't seem to get the data to read into the application. > > > > On Fri, Nov 20, 2009 at 2:57 PM, Teddy R. Payne <[email protected]>wrote: > >> Jeff, >> As this is for the demo, you probably want to load all your data at >> "OnApplicationStart" into either application scoped query variables or query >> objects, to avoid reading your data more than once per application >> instantiation. Put into the demo or installation instructions with the >> caveats about where the data is coming from, so the client is not expecting >> a certain behavior. >> >> Just suggestions though. =) >> >> >> Teddy R. Payne, ACCFD >> Google Talk - [email protected] >> >> >> >> On Fri, Nov 20, 2009 at 2:50 PM, Jeff Howard <[email protected]> wrote: >> >>> Thanks, I'll work with it and see what I can get going. Thanks again. >>> >>> >>> On Fri, Nov 20, 2009 at 2:45 PM, Teddy R. Payne >>> <[email protected]>wrote: >>> >>>> Jeff, >>>> My code snippet is "as is" as I wrote it ad hoc without testing it >>>> against a live file and off of memory, but the general idea is there. >>>> >>>> Teddy >>>> >>> >>> >> >
