At 09:59 AM 7/26/2004, you wrote:
Hi All,

Can anybody send the algorithm for creating a PDB file
(without using any special SDK or DLL)? I want to just
create line data in the format of PDB file from an
internal table in SAP. I need to define the header
info, rows, columns and cell data for representing the
table data.

The format of PDB files is detailed at http://www.palmos.com/dev/support/docs/fileformats/FileFormatsTOC.html


You do realize that there is no structure for a Palm OS database record -- it's just a blob of binary data. Any structure is determined by the program that reads the records.

However, I'd strongly suggest that your use the libprc code from the PAR program. It's licensed under the Mozilla Public License, which is pretty liberal in its ability to use the licensed code in commercial products, and it's been through a lot of testing.


-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to