OK, I humbly apologize for reprinting what I'm sure is a FAQ somewhere, but I've searched about everywhere and decided that I'm still a little fuzzy on the topic so here it goes....
I have an app that pulls data down to a pc from a server in the form of a comma-delimted file. I believe that I need to write a conduit that will open this csv file and call dbCreateDB() to create the "PDB" on the handheld. I then want to open the "PDB" in a MIDlet on the handheld. I have seen & read about RMS, but it appears that I can only create a db (or "file") on the pda if I get my external data from a wireless connection not from a synchronization. Is this a true statement?
I need to be able to give my data from this external csv file that resides on the user's pc. What are my options?
Right now I only interested in this type of scenario for the Palm. I would like to stick with
Java and not have to go to C unless I have to.
Again I do apologize for apparent repeat, but the other posts all say just use RMS, and that is the only option. I just need to know where to go from here to accomplish what I'm trying to do.