[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ME: Re: RE: kDB


>As I'm certain you know, you have access to the RMS, although the RMS is
not
>easily accessible by Java developers familiar with JDBC.  Our thoughts
>around kDB are two-fold, a superlight JDBC-like driver, and either a
>replacement for RMS, or the ability to choose between either RMS or a new,
>faster storage repository.

I do not think it is possible to build anything independently
of RMS that stores data in the device in Java. How
could that be done? The only option is to build something
on top of RMS because RMS is the only option to store
data persistently on MIDP devices. That also means that
it cannot be faster, except from using indices for lookup....

Best,
Stefan