Hello Androids, Has anyone tried running HSQLDB on Android? I did some Google searches and couldn't find any references to that.
Why would anyone *want* to run HSQLDB on Android, when Android already comes with a perfectly good SQLite database? The answer is simple: we need to use an encrypted file. There is no way to specify a custom random access file class in the SQLite open methods. Therefore there's no way that we can see of using SQLite without going to the Linux layer, which we would prefer not to do. Therefore, a pure Java DB may be the solution. We can easily use HSQLDB with an encrypted backing file. I've downloaded the source, but before I get into it I was wondering if anyone here has tried it. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

