>I have the following code and function
>right after the DmCreateDatabase I get an
>error = 537 back. I cant find what this error
>is all about.

Convert it to hex to get the error class: oX200;

 From errorbase.h:

#define dmErrorClass    0X0200  // Data Manager

Subtract the error class (537 - 512 ): remainder = 25.

 From  datdamgr.h:

#define  dmErrAlreadyExists             (dmErrorClass | 25)

What that means in your context is hard to say.

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to