If you are using the emulator you should get are report of leaks in the log file. Have you verified that the memory leaks are related to your database code and not your UI or other code? There are plenty of areas that could cause memory leaks.

If you KNOW which section of code is responsible have you posted it?

Nicolás Balparda Bossi wrote:
I've read that article and follow the same steps, but a memory leak ocurred when i close the application

------------------------------------------------------------------------
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *David Birdsall
*Sent:* Viernes, 17 de Febrero de 2006 01:49 p.m.
*To:* Palm Developer Forum
*Subject:* RE: Database HELP!

This article may be of help:
http://www.codeproject.com/ce/palmdb.asp

    -----Original Message-----
    *From:* [EMAIL PROTECTED]
    [mailto:[EMAIL PROTECTED] Behalf Of *Nicolás
    Balparda Bossi
    *Sent:* 17 February 2006 15:26
    *To:* Palm Developer Forum
    *Subject:* Database HELP!

    For days i've been trying to create a record to my database, and
    it was completely useless. I really couldnt find any help to
    explain how to create a new record without any memory leaks or any
    other error.
My structure is like this: struct abc
    {
        Char* name;
        Char* username;
        Char* password;
    };
All the samples i looked at show the create record with a fixes
    (array) Char.
Could anyone give me a hint on how to do this? Thanks Nicolás -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

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

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

Reply via email to