>Subject: Create a DB on Desktop
>From: Herbert Valliant <[EMAIL PROTECTED]>
>Date: Fri, 10 May 2002 10:29:10 -0500 (CDT)
>
>I desire to create a database on a PC and then download it to a
>Palm device where it will be used by an application I have created.
>The data base consists of approx 50 records, each record 
>comprising two floats.
>   <SNIP>

Plenty of documentation available on how to write a conduit,
plus there are utilities available that will convert text files on
a PC to PDB format, which can then be installed into the 
Palm OS (r) unit without need of a conduit.

Why two floats?  
You introduce nasty endian complications by moving around 
binary values.   Much better to convert to strings on the PC, 
and then read in and convert strings to floats on the Palm OS unit!

Roger Stringer
Marietta Systems, Inc.


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

Reply via email to