Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : .pdb format


thanhvu
10-29-2006, 09:52 PM
Hi all,

I want to write a MIDlet (J2ME) can read .pdb file (create by Sunrise Desktop). Where I can find the description of this format or any open source programs can open this kind file.

Thanks,

Thanhvu

Laurens
10-30-2006, 02:11 AM
http://cvs.plkr.org/index.cgi/*checkout*/docs/DBFormat.html?rev=HEAD&content-type=text/html

jem
10-30-2006, 03:18 AM
I've written translators for several types of PDB files and the general file format for PDB files can be found as a part of Palms documentation on their developer web site. But in order to read a specific format you need also the documentation for each record and that is specific to the format you want to read. The best way to get that format is to ask the person/company who made the Palm program that created the PDB file.

thanhvu
10-31-2006, 09:26 PM
Have any java api can read .pdb files ?