Hi,

Beaming one db works fine but when I try beaming two it does not work.
The code is done as follows:
Send:

- clear exgSocket
- initialize exgSocket
- ExgPut
- ExgSend (# of of db's to send)
- loop on # of db's to send
   - update exgSocket with db name to send
   - ExgDBWrite
- ExgDisconnect


Receive:

- ExgAccept
- ExgReceive (# of db's to receive)
- loop on # of db's to receive
   - ExgDBRead (receive and update db's 
                using ExgDBReadProcPtr readProcP &
                      ExgDBDeleteProcPtr deleteProcP,)
- ExgDisconnect

Should this approach work or does a ExgSend/ExgReceive need to be used for
the complete transfer?

Thanks,
Ken

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

Reply via email to