1) How do I use the Schema Database resource in my application to create the basic database structure?
I was wondering that myself. There doesn't seem to be any Db api calls to access that. Looking at the resource data, it looks like you need to call DbCreateDatabaseFromImage() but it also looks like there is only DbCreateSecureDatabaseFromImage() so maybe the db has to be secure.
Right now, the schema db resource doesn't seem that useful. Maybe if there was a better editor for it, but I'm not writing all that XML manually.
My plan, for now, is to just hardcode functions to create and modify each schema that I'll need. It doesn't sound that pretty but I think if done right it would be a lot easier than working with the db resources.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
