any relational APIs for RMS? (MIDP storage)

A

Alex Hunsley

I've googled for this and found nothing, but thought it worth asking here...

On the MIDP mobile java platform, RMS (Record Management System) allows
a very basic permanent storage mechanism for 'records' that consist of
byte arrays. I was wondering if anyone knows of a relational database
style API that sits on top of this? Not hard to do, but would prefer to
reuse rather than rewrite!
(I'm not looking for full blown SQL queries or anything like that, just
would like to be able to have tables in a database, and do queries based
on column values by calling an API, and have simple join support (i.e.
foreign keys)).
 
D

dimitar

I don't think so. What kind of application are you developing? If it is
a game, you'll strip away everything that you can go without when you
get in the bytecode-shrinking phase, so don't bother with fancy APIs
that waste method-descriptor bytes.
 
D

dimitar

I don't think so. What kind of application are you developing? If it is
a game, you'll strip away everything that you can go without when you
get in the bytecode-shrinking phase, so don't bother with fancy APIs
that waste method-descriptor bytes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top