"Chad Harrison" <[EMAIL PROTECTED]> wrote in message
news:37981@palm-dev-forum...
>
> When a user selects "Beam" from the built in applications menu to beam an
> app, do the associates PDB files (by creator) also get beamed, or just the
> prc file??

No.  PalmOS 4.0 supports the concept of bundled databases which get
transferred with a PRC file, but there is no support for that in previous OS
versions.

If you have a small amount of data that you'd want in a database, why not
attach the PDB image as a resource to your PRC, then instantiate the DB from
that when the application is first run?  This is what the built-in
applications do.

If the DBs are larger, you'll probably want to add your own "Beam
Application" option to your program which will beam your PRC and DBs at the
same time.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
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