Is there any limitation on the amount of datasets you can cache
offline?I am working on a rather large AIR/LCDS/Flex/ColdFusion
application and the offline caching seems to work fine when using one
dataset but if I enable the others I get one of two errors…Error
1:Database must be connected to perform this operationError 2:Nested
transactions are not supportedThe application runs fine and super-fast
when I disable autoSaveCache on my DataService objects but fails when I
enable it.ANY help would ...