C
ChUIMonster
Guest
The original post seems kind of open ended. But I agree -- if you want an "offline" capability then temp-tables obviously aren't going to do the trick and sql-lite might be a suitable option. OTOH, WRITE-JSON and READ-JSON would also work without much trouble. If you are "always connected" then even with a slow network there are quite a few things that can be done to improve performance and some of them are very effective. None of it should be a mystery but I am none the less often surprised to see how little awareness there is of the coding techniques and tuning options that are available and how well they can work.
Continue reading...
Continue reading...