> From: Dean Rochester
>
> I have a database application I am writing and the data comes to the Palm
> device as a comma separated file.
>

Maybe I'm don't understand what you are asking.  What do you mean by "the
data comes to the Palm device as a comma separated file"?  The normal way to
store data on a Palm device is to use a database.  The only way you could
have a database be a "comma separated file" would be to store a single
string of data with commas separating the fields,  If you have done that,
then you just read 1 record from the db, then parse that record into fields
based on where the commas are.

> The problem I have is that the
> columns of data is not the same each time.

That is no problem with a Palm database, which is just a collection of
records, each containing up to 64K of whatever you want to put there.



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

Reply via email to