All,
Has anyone yet found a good solution for browsing an HSQL database from an
Android device?
An app that enables the user to connect to the database, run queries, and
show the results, would be great. But it seems the SQL client apps on Google
Play only list support for mySQL, Postgres, and MS SQL Server.
Maybe there’s a web-based solution (i.e. a website that enables you to
connect to an HSQLDB and run queries against it)?
Roger
--
Roger L. Cauvin
"Smart Product Decisions"
Twitter:
@rcauvin ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Hsqldb-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/hsqldb-user |
If you can convert a Java AWT or SWING, then the DatabaseManager and DatabaseManagerSwing classes in the current code base and the hsqldb.jar
There is also another AWT database manager for handheld devices in our repository. You will need to compile its classes into a separate jar and use it alongside the hsqldb.jar
https://sourceforge.net/p/hsqldb/svn/HEAD/tree/base-one/trunk/src/org/hsqldb/util/ZaurusDatabaseManager.java
Fred
On Thu, Mar 24, 2016, at 15:32, Roger L. Cauvin wrote:
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Hsqldb-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/hsqldb-user |
Free forum by Nabble | Edit this page |