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
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
