Accessing a PDB file on Android Database

2.6k Views Asked by At

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 !

1

There are 1 best solutions below

0
On

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.