a 534 error is dmErrAlreadyOpenForWrites
I guess the DB is already open, maybe you forgot to close it and now you
can't re-open it for writing again.
-----Original Message-----
From: Alan Johnson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, June 28, 1999 4:04 PM
Subject: DmOpenDatabase error
>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
>
>