I am creating 2 databases. I call the following pseudocode:

dbID = DmFindDatabase()
if dbID == 0
        DmCreateDatabase() <--- this is successful
        DmFindDatabase()        <--- this returns a dbID
end if
DmOpenDatabase() <--- using the dbID returned above, this returns err = 534

Decimal 534 should be x216 which according to the headers is the database
could not be opened because it could not be found. Anyone know why it can't
be found when it just found it?

Things that make you go hmmmmmmmm.

--Alan

Reply via email to