Hello Everybody!
I need to know if the following situation is possible:
Client devices:
- WinRT 8.1 Surface tablet
- Windows 8.1 Phone smartphone
- Windows 8.1 Desktop/Desktop
On embedded devices I can't use MS-SQL Server so I use a SQLite for my client devices as database engine.
Server:
- hosting a webservice.
- Running MS-SQL Server.
Workflow:
When one of the client devices made changes to the local (SQLite) database it notifies the server through the webservice. On the webserver are the client databases are linked to the MS-SQL Server with the ODBC driver (see link below) so the MS-SQL Server can communicate with the clients database and merge the records from the client to the main server database.
Question:
Is this situation possible?
Linking SQLite with MS-SQL:
http://community.spiceworks.com/how_to/show/2271-create-ms-sql-linked-server-to-the-spiceworks-sqlite-serverThanks in advanced!