>
> "Sukhdev Gidwani" wrote:
> >
> > Hi,
> > Is there anyway I can persist data on the palm from
> > my application other than storing them in the palm
> > database files i.e by using DmOpenDatabase
>
>
> From: Santhosh
>
> Use the file streaming API , though this uses the same
> database implementation internally, the api hides the
> details from you .
>

Or, if by "persist data" you mean that you just want the data to exist
between one execution of your app and another execution of that same app,
use PrefSetAppPreferences.

However, if what you mean is that you want to create some data on the Palm
device that stays there after your app is deleted, I would recommend that
you rethink that strategy.  Space is very limited on Palm devices and users
really don't like it if you leave data on their device after they delete
your app.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to