Thanks James,
        This is good info that would help in my application.
Regards,
Amit Solanki

Take a look at the SysCreateDataBaseList function.

If you require more flexibility, you'll either need to:
1. retrieve all databases with SysCreateDataBaseList and then filter the
generated array
2.  use DmGetNextDatabaseByTypeCreator or DmGetDatabase to iterate through
all the databases and build up the array yourself.  For each database, get
the localID/cardNo to it and call DmDatabaseInfo to retrieve the database
name, creator, type, etc.

I really wish SysCreateDataBaseList were:
1. more flexible (taking a callback function to use as a filter would have
been nice)
2. named with a lowercase b


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to