Oops, sorry, I misread your question. You may find a solution to your problem in the DmGetNextDatabaseByTypeCreator routine description in the Palm OS Programmer's API Reference, there's a discussion precisely about what you want to do.
Philippe. ----- Original Message ----- From: "Philippe Garnier" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 1:50 PM Subject: Re: Enumerate all databases belonging to an application > > You can't know all databases creators, so you must use a different Dm > routine, which typically takes an index as a parameter. > I suggest using DmGetDatabase to get db ids and then DmDatabaseInfo. > See > http://www.palmos.com/dev/support/docs/palmos/DataAndResourceManager.html#10 > 94449. > > Philippe. > > ----- Original Message ----- > From: "Dragomir Goranov" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Tuesday, February 11, 2003 1:38 PM > Subject: Enumerate all databases belonging to an application > > > > Hi, > > How can I enumerate all databases belonging to an application? I tried > > DmGetNextDatabaseByTypeCreator but I could not get it working. Could you > > please send an example? > > > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
