I was planning to roll my own PDB Lib in Python, but then I saw yours. Thanks for saving my time :).
I checked your code, and I couldn't find a way to create new PDB file using your lib. My goal is to create file, set header info (name, creator ID, type), append some records and save file.
Please tell me if I got it wrong... There is workaround, to load empty (no records) PDB and then change it's header (but I don't like it).
Thanx,
Nebojsa Ciric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was planning to roll my own PDB Lib in Python, but then I saw yours. Thanks for saving my time :).
I checked your code, and I couldn't find a way to create new PDB file using your lib. My goal is to create file, set header info (name, creator ID, type), append some records and save file.
Please tell me if I got it wrong... There is workaround, to load empty (no records) PDB and then change it's header (but I don't like it).
Thanx,
Nebojsa Ciric
Hi Nebojsa,
I didn't see your message until now.
Do you still need help?
I am currently rewriting PalmDB again to improve it.
But, it should certainly be able to create a Palm database, although I don't think I've tried that yet.