Hi All,
Did anyone know or can tell me how I can convert SDF to XML and XML to SDF Is there are tools or any code for me can use
My boss don't want to use Merge Replication/RDA to push data from PDA to PC because sometimes got error when he want to replicate data.

How to convert SDF to XML?
StefanPe
As Darren pointed out, you can load data from SDF into Data and save it to XML, that would work with your setup.
JohnAmes
There is no support today for working with XML in SQL Mobile, although this is a feature we are talking about adding to SQL Everhwere in the future. What you can do however, is use the XML support in the .NET Compact Framework to load your SQL Mobile database tables into a DataSet and then use the XmlTextWriter to serialize that DataSet into an XML file.
Darren
konrad_p
Thanks Darren,
But if I'm using :-
- VSNet 2003
- SQL Server CE
- HP iPAQ
- Windows Mobile 2003 Version 4.21.1088
- .Net Compact Framework 1.0
Is there any solution