Baxter,

>I'll try it, but memory card is not going to work for customer.  If there is
>a bug/limitation in HotSync/Installer,

There is no such limitation in HotSync transfers.  I've transferred databases
with 30,000 records in the past.  If you are using a conduit, it sounds like
some loop counter is an 8-bit value instead of UInt16.

If you are using the generic system install conduit, then there is something
wrong with how you are building the PDB contents.

My SWAG is that you are trying to assign record IDs, but are not making them
unique.  Such as using an 8-bit counter starting at 1, and wrapping back once
you reach 255.

If you leave the ID as zero, Hot Sync will assign one as the record is inserted.
When it is not zero, Hot Sync will check if the ID already exists, to avoid
duplicates.

This is the only thing I can think of to explain your behavior where other tools
or methods say 270 records exist, but only 256 get instaled via Hot Sync.

Doug

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

Reply via email to