I need help on storing information on databases.

You see I am doing a program that stores in a file stream bytes of data as
received from the serial port. From the file stream, I am planning to include
it in my Database. My database's record has the structure

typedef struct{
        DateType date;
        Int32 time;
        Char *name;
} MyRecord;

My question is how do I include the data in the file stream in my record. I
tried to use FileDmRead but I think I am using it wrongly. Could you please
instruct me on how to use the FileDmRead function correctly?

Do you have any other ideas how I can possibly store my data (from the serial
port) including my record.

I am really at a loss. I am a student programmer and am doing this program for
my thesis. Please Help Me...

thanks,
Jocris Angeles



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

Reply via email to