Home > Archive > Java Databases > September 2005 > Embedded database for mobile devices
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Embedded database for mobile devices
|
|
|
|
|
| HSQLDB is quite a reasonable RDBMS for small or single-user applications.
If I remember correctly, it only executes one thread at a time, and the only
isolation level is READ_UNCOMMITTED. But if you can live with that (eg. you
have a single-user or low-volume multi-user application), then it's pretty
good. I'm using it for client side staging databases in the application I'm
currently developing, although I'm targeting PCs, not PDAs etc.
"Daki" <pfoser@gmail.com> wrote in message
news:1127305728.547830.321830@g14g2000cwa.googlegroups.com...
> Is there any opensource database for small devices (mobiles, PDASs)
> similar to e.g. PointBase Micro
> (http://www.pointbase.com/products/micro.aspx) around?
>
> The only one I came accross is HSQLDB (http://hsqldb.org/).
>
> Thanks!
>
|
|
|
|
|