I have to beam several records (up to the whole database), not knowing in advance exactly how many (I could indeed count them) nor the total size of them (they're variable size). O'Reilly'sPalmOS Programming book makes it look very simple, but the Palm OS Reference states that prior to OS 4.0, the exchange library (thus ExgSend) could not send multiple objects (records?) in a single connection.
What's the best trick to send multiple records in pre-OS 4.0? I assume calling ExgConnect for every bunch of records will trigger a beam accept dialog on the receiving device, an unacceptable solution. Also, what's the recommended buffer size to beam data at at time? My book does not recommend any example value. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
