I have an app that imports a 4MByte csv file into Tiny DB which has worked for several years but the latest App Inventor version only works on relatively small files. This may be because I've changed to using 'EFile' as 'File' has a bug in process of being fixed. But I've also read that text files are now limited to 2 MByte. Is the 2 MByte limit also applied to TinyDB? Are these fundamental limits? Is there a method for importing larger files? I could split up the database into smaller units and load them separately, so long as the 2MByte limit is not also applied to Tiny DB but would like to know if there are alternative approaches.
Thanks Peter