Re: SQL CE DB or .XML files by Ginny
Ginny
Tue Jan 20 10:41:00 CST 2004
Unless you have a VERY small amount of data, I would not recommend using XML
as it is slow to parse. That said, your only options for synchronization for
SqlCe in the current version are Merge/replication or RDA with SQL Server.
If these options won't work for you, you might consider using a text format
to transfer data to and from the device. XML could work, but CSV would be
faster and more compact..
--
Ginny Caughey
.Net Compact Framework MVP
"Lord Brett Sinclair" <lbrettsinclair@hotmail.com> wrote in message
news:uV1IxG33DHA.2648@tk2msftngp13.phx.gbl...
> Hello everybody.
>
> I'd like to know when it's best to store data in SQL CE database VS .XML
> files. Why would it be best one VS the other ?
>
>
> What would be easier to transfer (sync) between the device and a DB ?
>
> What would be faster to transfer (sync) between the device and a DB ?
>
> Thank you for all your help , comments and pointers.
>
> Regards
>
>