Hi,
I'm building an application intended to be published as a local application for computer (Windows) and with a mobile version (for iOS, android and Windows Phone).
This raises two questions:
- Which would be the best database engine? I can use SQL Server in the local application, but when I arrive to mobile, I believe this doen't work. So my question is which would be the most appropriate database engine to use with all devices. This is a small application, no big requirements;
- How can I synchronize databases between devices?