PDA

View Full Version : how to read a .pdb file using J2ME


ivanlui
04-01-2003, 03:15 AM
I am using J2ME to write a program that need to read a .pdb file.
The .pdb file was generated by other application.
The .pdb file could not be open using J2ME's RecordStore class.
How can I open the .pdb file using RecordStore or use other approach?