This article may be of help:
 
http://www.codeproject.com/ce/palmdb.asp
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On 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/

Reply via email to