Hi,
I am developing an application which requires me to deal with a large
amount of data on the Palm. My main purpose is then to download the application
on my PC and then process the data. I came up with two approaches but had
problems with both. Here is a short description of both the problems
1. Using a database to store the data and then export the data to the PC
using the export <database> command. But apparently the database gets exported
in the PDB(Pilot Database format>. How do I interpret this file format.
2. Using a file to store the data. This can be done using the file stream
functions. But then the problem is how do I download this file on my PC.
The reference documents do not mention much about files (except for the file
stream functions)
-Sujata