There are several sources in the internet on the pdb format (e. g. http://membres.lycos.fr/microfirst/palm/pdb.html)
Pretty straight forward to write, did it using VBA some time ago. Should be simple using C. Watch the byte order for UInt16 and UInt32... Grüße, Harald - Harald Schlangmann Antwerpener Str. 52, 50672 Köln, Germany Handy: 0171-7663089 [EMAIL PROTECTED] http://www.gps-laptimer.de -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kiryat8 Sent: Sonntag, 22. Juli 2007 16:25 To: Palm Developer Forum Subject: Create a simple palm db on PC for manual transfer I need help to find the best way to create on a PC in C++ or C# a series of simple Palm databases, populate them with user inputed record information, and then manually transfer them to each Palm device. The databases are to be read only on the Palm. I understand that that the simple Palm databases are nothing more than an array of identical structures. I am using Code Warrior v9.3 (that I can not get the debugging to the Tungsten E2 to work). I downloaded the CDK and built a .Net project. I do not need all the conduit stuff now but I do not know what I can do to create a database in C++ on the PC. Do I need to overwrite the CPDbBaseMgr or CPalmRecord classes? Does anyone have a straight forward example. I have downloaded the documentation. Many threads say there are plenty of examples in the documentation. I evidently have not found them or do not understand the ones I have found. Direct links in this forum do not open up for me in FireFox even after previously logging in to the ACCESS site. Any help will be appreciated. Thanks -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
