> my own database file loaded onto my Palm.  Can I convert a .CSV file into
a
> ..PDB file...... how would my new app know
> how to recognize it?  Any ideas....am I even approaching this the right
way?

If you want to do this quick, just create a resource file for CodeWarrior
and point it to that CSV file.  Then your application can just read the
resource and parse the CSV data.    Of course, if your CSV file is greater
than 64k, you would have to divide it into 64k chunks.   You can write a
small perl script to do this quick and painless.

Herry



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