As far as creating a pdb file in VC++, get the SDK 3.5 docs from the Palm DevZone site, and look at Palm File Format Spec.pdf. Actually, on closer inspection, it appears that the file format spec document merely promises to describe PBDs sometime soon. You might ask Palm for that information. As for using DmCreateDatabase, DmNewRecord, etc. in VC++, these functions are built into PalmOS, and the SDK merely provides stubs to call them. They are for use in PalmOS applications, not desktop applications. You might try looking around PalmGearHQ for apps that do something along these lines, and see if any have source available.
-Thomee Wright- "Mr. Somnath Kulkarni" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > How can I create a pdb file in VC++?. > Is there any way how I can use the Dm Functions in VC++. > like DmCreateDatabase, DmNewRecord etc. > > The Response rate is very low. > I have not received any response for my last five > Questions. > > Pointers Appreciated. > Bye. > > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
