Zarko Popovski <[EMAIL PROTECTED]> wrote:
Is there any chance SQLite and your JDBC driver to be compiled and to
work on J2ME?

For the pure java driver, it should be easy. The only thing I am
unsure about is the use of java.lang.ref.WeakReference, I am not sure
if it exists on J2ME. Worst case this could be replaced with a strong
reference, but it would require more careful management on the part of
the user code to clean up statements, or memory usage could blow out.

For the native driver, it all comes down to compiling a JNI binary for
your platform. This would really depend on the device, but if GCC
targets it, there is a good chance.

d

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLiteJDBC" 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-beta.google.com/group/sqlitejdbc?hl=en
-~----------~----~----~----~------~----~------~--~---

  • SQLite J2ME? Zarko Popovski
    • Re: SQLite J2ME? David Crawshaw

Reply via email to