Synching information to/from Windows Mobile 2003 Device

J

John

Hi

We have an access db which records daily orders. We would like the orders to
be downloaded to a windows mobile 2003 device via usb cradle. Drivers then
take along the device and get signatures from customers when items
delivered. Once drivers are back, the information to be synched back to the
access db as drivers may have amended the order detail.

How does one go about synching to/from mobile device? Are there any code
examples around?

Thanks

Regards
 
P

Pieter Wijnen

Replication is not simple (and I've only done it with Oracle and
MSSQLServer - not msAccess & certainly not PocketAccess)

I think however that the path might be to make a replication master of your
db & set up replicas on the machines used to sync with the mobile device
Then Access replicator ought to do it for you.
Else you have to use some form of timestamp on the records & do "manual"
replication based on that

HTH

Pieter
 
Top