Hi,
On the pocket pc2003, if the file already exists on the device, the
desktoptodevice
call fails. You need to check for the file, and then copy it back to the
pocket pc.
Hope this helps
Sainath
"Jerry Danks" <jdanks.DeleteThis@wi.rr.com> wrote in message
news:ZfK5b.35762$hf1.5349@twister.rdc-kc.rr.com...
> I have an application written with VB6 that successfully transfers an MS
> Access database from the PC to the PPC 2002 device using the
> DESKTOPTODEVICE API call. It also works with the RAPICopyPCFileToCE
> function.
>
> The problem is that these calls will not work with PPC 2003 devices. I am
> able to use the "opposite" calls (DEVICETODESKTOP and RAPICopyCEFileToPC)
to
> get the .cdb file to the PC, but I can't get it to go back.
>
> Does anyone have any ideas?
>
> Thanks!
>
>