oops, should have better read your problem.
Since you are writing the app on the Palm, you determine the data format.
Hotsync just passes the requested record to your conduit as a raw data
pointer (just the data as your app wrote it on the Palm).  Your conduit is
then responsible for translating it and saving it to the PC.
If you decide to let the Hotsync backup conduit transfer your database to
the PC and then want to read the resulting PDB file, that's when you would
need to know the PDB format (which was in my previous post)


----- Original Message -----
From: "Sandra Webb" <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Saturday, May 26, 2001 5:49 PM
Subject: Palm DB File Format


> I am creating a palm application which uses a database.  I am also
creating
> a conduit to transfer it back to my computer.  What I need to know is what
> the file format of a Palm database is once it has been transferred.  I
need
> to be able to read this file in my own desktop program.  Can anyone give
me
> an idea on how to read this file in?  Thanks in advance for all your help.
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>


-- 
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