HEllo Cyberpluton,
Anybody correct me if I am wrong because this topic is not my "piece of cake"!
The Palm internal memory will not work with a CSV file, it will work with its internal databases structure stored in PDB files. So, a conversion process would be needed if you decide to store your main database in the Palm, together with its application.
Then, there are 2 ways to convert a PDB to a CSV:
1.
On the Palm itself, storing the CSV to the external memory card (then to be transfered to a PC for direct reading by Excel).
One tool does it: PsDB (
http://www.jove21.com/palm/).
So, it is possible
Please note that iziBasic is not yet able to work natively with external memory cards (Memory Stick, SD Card...), so accessing this storage area would require to write some so called "PP applets".
2.
On the PC, reading the PDB file saved during a HotSync and converting it to a CSV file.
This is the principle of most applications which require synchronization between a Palm device and a PC. Most of them do it with a "conduit" technology, to retrieve and send data during the HotSync process.
But, then, the development is to be done on the PC, not on the Palm device and iziBasic is not really concerned.
So, again, this is possible
Cheers
@+
aldweb