sqlite - Creating a Windows 8.1 Tablet App with a Local Database that links back to SQL Server -


i'm working on project needs create windows 8.1 tablet application has localize database on tablet. tablet application must replicate sql server (2012 exact). application needs privately deployed out via our servers also.

we use sql ce (compact edition). problems sql ce in deprecation (support end in 2016) , winrt doesn't seem support sql ce.

the other option see using sqlite create application local database. haven't seen on how transmit data , forth between sqlite , sql server 2012.

is there other choices in window 8.1? suggestions appreciated.

if not need app windows store app, can use sqlce. rob tiffany has book describes how that. if must store app must use sqlite. can use zumero sync in case.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -