Bozidar Benc wrote:
> I'm usually using the same type and creator for all databases I need for an
> application. If I know exactly which database to open, then I'm using
> DmFindDatabase, assuming zero for card number.

Perhaps I'm misunderstanding the purpose of the database "type".  I
thought it was used exactly for this purpose: to distinguish between
multiple databases with the same creator.  I have two databases in my
app, and I give them different types.  Then I just use
DmOpenDatabaseByTypeCreator to open each one.  Is this wrong?  If not,
why would you give the same type to different databases?
--Mark

Reply via email to