D
DavyMac
I have a program that has worked for years that would read cdb files
from a pocket PC (iPAQ) and convert them to tables in an Access MDB.
The tables would then be read into a dataset and sent to a SQL Server
via a webservice.
Well, we have finally depleted our stock of iPAQs and are now forced
to upgrade to the newer style using Win Mobile 5 as the OS. WM5 does
not support the older DeviceToDeskTop APIs, so we must now use
SQLServerCE to transfer SDF files. I have been searching and searching
and just cannot figure out how to read tables from the SDF files
located on the CE device as a Dataset to pass to my webservice.
I would appreciate any links or sample code that anyone could provide
that shows me how to do such a task.
Thank you much.
David
from a pocket PC (iPAQ) and convert them to tables in an Access MDB.
The tables would then be read into a dataset and sent to a SQL Server
via a webservice.
Well, we have finally depleted our stock of iPAQs and are now forced
to upgrade to the newer style using Win Mobile 5 as the OS. WM5 does
not support the older DeviceToDeskTop APIs, so we must now use
SQLServerCE to transfer SDF files. I have been searching and searching
and just cannot figure out how to read tables from the SDF files
located on the CE device as a Dataset to pass to my webservice.
I would appreciate any links or sample code that anyone could provide
that shows me how to do such a task.
Thank you much.
David