Imran
First, use standard Access capability to export the required records and fields as a CSV format or fixed record length file.
Then, write a conduit to read the CSV file from the PC and write it out to the Palm OS device, using the API's that PalmSource provide.
Or just write a conduit to access Access directly :-) There is not really any need for the intermediate step.
Also, there are a number of libraries that will allow you to construct a PDB file directly on the PC, although I don't think that is normally the best way to go.
Lastly, your question to me implies that you may not understand what a PDB is, and that it is not a database in the same sense that Access is. If that is the case, you may need to do some reading of PDB files and conduits. There is a whitepaper on our website with some info that might be useful.
If you potentially have tens of thousands of records
You should also try really hard not to get into that situation, as it is not normally appropriate on such a small device. As Roger says, it also makes your life more complicated in other ways.
Cheers, Jim Cooper
__________________________________________
Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.uk
TurboSync - Connecting Delphi to your Palm __________________________________________
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
