I have a program that up until now, I did not store the data (records) packed.

So my structures look like:

UInt32 something
Char    abc[200]
Char    xyz[34]

etc.

I would like to upgrade the application and when it runs for the first time, go through each record and pack them and store it. Not sure the best way to go, but it seems like it would be fairly easy to do.

In the application I have to cycle through records and display the apporpriate one based on certain criteria. I am assumng when cycling through them now, I would have to unpack it, read it and continue. This seems like it would slow down the application pretty well.

Am I missing something?  Or is there a better way to go?

E.

_________________________________________________________________
Trouvez l'�me soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551


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

Reply via email to