I'm an android developer trying to explore some databases. Normally the sqlite database is about the only database that I see around in Android .
Recently I've stumbled across an app that is running on .pdb database files which piqued my interest.
I've downloaded the .pdb files but I cannot seem to access or read the files normally. I'm very curious about the .pdb files and why is not sqlite files ?
Anyone has any ideas ? THanks !
PDB files are PalmOS databases. There is some Java code floating around for using them, such as:
Palm Database (PDB) files in Java?
As to why that particular project elected to use PDB files, you would have to ask its author.