From: "gcw" <[EMAIL PROTECTED]>
> Is there a way to associate a database with a prc, so that when the prc
> is removed, the database is removed with it?
Yes.
When your program creates the database with
Err DmCreateDatabase(
UInt cardNo, // 0
const Char * const nameP, // the database name - must be unique
ULong creator, // your app's creator id
ULong type, // database type
Boolean resDB // true iff creating a resource DB
)
use the same creator id that is registered for your app.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html