J2ME With Sqlite

↘锁芯ラ 提交于 2019-11-30 16:34:55

Yes, there is persistent storage for J2ME - called RMS (part of MIDP 2.0) - look here for short tutorial. RMS doesn't related to SQL, it's just for persistency.

if you're looking for SQL alike storage - read this discussion. Hope it would be helpfull.

chiranjib

Perst Lite is McObject’s version of the Perst open source, object-oriented embedded database for mobile and embedded applications on the Java ME platform (also know as Java 2 Platform, Micro Edition or J2ME).

Kindly go through the following link which contains sample program along with details about the database.

http://www.mcobject.com/j2me_database

Check the following link for the list of database supported for JavaME

http://www.coderanch.com/t/230853/JME/Mobile/List-Database-ME

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!