Is the function SysCreateDataBaseList() at all useful to you?
---
--On Thu, Dec 30, 1999 10:14 AM -0500 Jeffrey Pahren
<[EMAIL PROTECTED]> wrote:
> Sergio Carvalho wrote:
>
>>> From the docs:
>> DmOpenDatabaseByTypeCreator
>> Purpose: Open the most recent revision of a database with the given type
>> and creator
>
>> So, if you have several databases with the same (creatorID,type),
>> DmOpenDatabaseByTypeCreator won't allow you access to the older ones.
>> You'll need to find them through some other means, like DmNumDatabases,
>> DmGetDatabase and DmDatabaseInfo.
>
> You know, I read that so many times, but I couldn't see the forest for
> the trees. I was trying to use DmOpenDatabaseByTypeCreator() to save a
> little time. Using DmGetDatabase() does what I need.
>
> thanks!
>
> -jeffp