On Thu, 24 May 2001, Dean Rochester wrote:
> Thanks for the info.
>
> So if I understand this correctly... on my desktop the CSV file, which to me
> is a continous string of my data and for discussion sake... lets say I have
> exported out the data from a table that has 5 rows of 3 columns.  So in my
> CSV file I have
>
> Row1Column1, Row1Column2, Row1Column3, Row2Column1, Row2Column2,
> Row2Column3, ....
>
> And when I goto read this into a Palm "record"  using
>
> either SyncWriteRec (CRawRecordInfo &rInfo) or rec.setMemo(String) for Java
>
> I just use the function per each call to set the text of the palm record.
> Then I must somehow walk through this list of Palm records in my palm app.
>
> Am I close?
> Please advise
>
> Thanks again for the education
> Dean-O


Yes, you're close. :)

You can do something like that, and you could parse all the CSV data on
the Palm itself.  However, to be Zen, it's better to actually parse your
data on the desktop and write it to the handlheld in a format it can just
use, without having to parse it.  The desktop has a big beefy processor,
the handheld doesn't.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com


-- 
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