> From: Ramel Levin [mailto:[EMAIL PROTECTED]]
> I'd like to save a copy of a database, without iterating through
Unfortunately there's no Palm API function for that, except on the
Handspring Visor which has one called HsDatabaseCopy. So you probably need
to roll your own code to copy record-by-record.
> Using DmCreateDatabaseFromImage looks like it can
> do it, but how do I create such an image during runtime?!?!
That probably isn't what you want. DmCDFI is intended for when you create a
.pdb or .prc file at compile time and link it into your program as a custom
resource. I don't think there is a way to go the other way, to create a
.prc/.pdb image at run time.
Or if this is only needed to run on POSE (like an internal development tool)
then HostExportFile and HostImportFile might work.
-slj-
(Hey Steve, did I trim Ramel's original enough? :-)