var assetsZip = this.Assets.Open ("db.zip");
manager.ReplaceDatabase ("db", assetsZip, false);
db = manager.GetExistingDatabase ("db");On Jul 29, 2015, at 7:08 AM, Julio Albuquerque <jcezar.al...@gmail.com> wrote:I'm trying to use the ReplaceDatabase function using zipped files, but get the error illegal operation.
On Jul 29, 2015, at 10:32 AM, Julio Albuquerque <jcezar.al...@gmail.com> wrote:The function says the file should be compressed and contain all the necessary database files.