[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Matt Fields

12/12/2003 8:35:00 PM

I am trying to use XML for a datastore on a Pocket PC
device. The XML data will need to update and Oracle DB
using .NET webservices and once the update takes place,
new XML data will need to be replicated back down to the
Pocket PC.

Does anyone have ideas on how to do this or can recommond
a good article or book?

Thanks,


Matt
1 Answer

Ed Kaim [MSFT]

12/16/2003 2:27:00 AM

0

You may want to consider using SQL CE and synchronizing the data through a
master SQL Server to the Oracle backend. The synch code is only one line.
Check out http://www.microsoft.....


"Matt Fields" <matt.fields@crystal-clean.com> wrote in message
news:029b01c3c0ef$74e4e320$a301280a@phx.gbl...
> I am trying to use XML for a datastore on a Pocket PC
> device. The XML data will need to update and Oracle DB
> using .NET webservices and once the update takes place,
> new XML data will need to be replicated back down to the
> Pocket PC.
>
> Does anyone have ideas on how to do this or can recommond
> a good article or book?
>
> Thanks,
>
>
> Matt