hi everyone! is it possible to use SQLite for JAVA ME? tnx
hi everyone! is it possible to use SQLite for JAVA ME? tnx
Not directly. Indirectly, if you run on a Symbian based phone, and also write a Symbian (C++) server/service that brokers local TCP/IP socket calls. Otherwise, you need to rewrite SQLite entirely in Java to access the database file(s) via JSR-75 (probably not feasible/easy; it if was, I bet someone would've done it already).
oh...i harder than i thought...thank you for te reply petrib...