I have a database record with a bunch of fixed-length numeric fields, and
then a bunch of variable length strings at the end.

What is the best way to copy the data from one database record into another?

Do you want to copy the whole record, or just some fields? If the former, just use DmWrite using zero for an offset and MemPtrSize (source record). If you want to copy selected fields, there's no easy way.



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

Reply via email to