jeudi 15 janvier 2015

Copy MSSQL database structure to Windows Phone local database [on hold]

I have an application written in Windows Phone 8.1 Silverlight. Normally this app uses remote database to retrieve informations by using WCF service. Now I would like to extend functionality of this app and I want to make this app to be able to work in offline mode.


I just would like to copy my tables and some specific records from this remote database (MSSQL) to my local database in Windows Phone.


Is there any trick of doing this quickly? Or should I just create each table etc in c# code? So my aim is to have the same database structure in MSSQL (remote) and in my Windows Phone database (local). Any ideas?


Aucun commentaire:

Enregistrer un commentaire