vote up 0 vote down star

Hello!

I have a Compact Framework 2.0 app that consume a WCF service. The data that retrieve from the service will be store on a SQL Server 2005 CE.

The SQL Server CE database has his own tables. I use a TableAdapter to access SQL Server CE and Insert and Select statement to store and retrieve data.

Is there a better way to do it?

Thank you!

flag

Are there problems with how you're doing it now? In general, the answer to the question "is there a better way to do it" is "it depends". There's nothing obvious wrong with what you're doing, so a true answer will depend on the details you have not supplied in your question. – John Saunders Jul 1 at 19:47

1 Answer

vote up 1 vote down check

You could consider sync framwork

http://blogs.msdn.com/sync/archive/2009/06/04/announcing-sync-framework-2-0-ctp2.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.