On Feb 6, 5:43 am, "Derek Westfall" <[EMAIL PROTECTED]> wrote: > Spectra used to break big WDDX packets up into multiple database records. > When retrieving the object data, if the parent field data didn't end in > "</wddx>" then it would query a special WDDXData table for the remaining > parts and reassemble them before deserializing and returning the object. > That was a more flexible solution, but slower for large object retrieves. > > Since Farcry doesn't store the BODY data as wddx there's currently no way to > tell if the field data has been truncated. Maybe the setData/getdata > functions could be modified to detect and flag rows that have > extended-length data.
No matter how you cut it this particularly problem is not easily fixed. And it exists for the vast majority of web applications. It's unlikely to see a technical resolution the near future ;) Our recommendation is to break the page into multiple content items. Tree folders are designed to hold multiple items for exactly this purpose -- to create multipage feature articles. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
