站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Development on PDAs Building Applications for PocketPC and Palm

Java Development on PDAs Building Applications for PocketPC and Palm

[ directory ] Previous Section Next Section

Storing Information Using MIDP

The MIDP provides a set of simple database APIs for storing information on the device. The set of APIs is called the Record Management System (RMS). The APIs include methods to create, update, search, and delete databases.

The underlying implementation of the database is left to the MIDP implementation on the device. On the Palm device, the RMS database is implemented under the covers as a Palm OS database.

In this section, we will have a look at how we use the RMS APIs to store information on the Palm device.

    [ directory ] Previous Section Next Section