> What is the difference between these 2 formats (pdb and prc) if any. I
> have found very little info on the web concerning the format could
> someone tell me or point me to some good information?

  pdb = record based data format
  prc = resource based data format

  thats from a very high level :) a prc file is a palm application if
  it has a 'code' resource of id 0 and 1. it is possible to have a 
  resource database, which has the same format as a prc

  if you use DmGet1Resource() type APIs - you are dealing with prc
  if you use DmGetRecord() type APIs    - you are dealing with pdb

  you can name your files .pdb or .prc, however, the palm will realize
  which is which based on how you access the database :) the general
  standard is that a .prc file is a palm executable.

  we have a number of .pdb files which are actually resource databases.

  hope this helps.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to