>Subject: RE: I am getting a Err 537 from DmCreateDatabse >From: "Eric J. Janus" <[EMAIL PROTECTED]> >Date: Fri, 28 Dec 2001 15:28:26 -0500 > >Error 537 (0x219) is dmErrAlreadyExists. > >> -----Original Message----- >> Sent: Friday, December 28, 2001 2:58 PM >> To: Palm Developer Forum >> Cc: [EMAIL PROTECTED] >> Subject: I am getting a Err 537 from DmCreateDatabse >> >> I am getting a Err 537 from DmCreateDatabse. Can >> anyone tell me the meaning of it >>
Your problem is you have two databases with the same name. Which (duh!) causes a problem You also need to get a unique creator ID, and also embed the creator ID in your database name since it is possible that some other person may use the same name. ex: "MYDB1-XXXX" and "MYDB2-XXXX" But change "XXXX" with your unique creator ID Roger Stringer Marietta Systems -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
