Client/Server with SQlite
Posted: Fri 17 Aug 2012 10:01
Hello!
I have an application with a local SQlite DB. Now I want to upscale it to Client/Server. SQlite is not Client/Server ready - means I have to write a server for that. My clients are Win/Mac and iOS.
So what I want to do:
1. SERVER with SQlite DB (UniDAC)
2. CLIENTs with local SQlite DB (UniDAC, local also because client have to run also "offline") -> synchronize with Server
Has someone any idea how to manage this? Are there some components for that?
Using Delphi XE2 (Firemonkey) for my clients.
I have an application with a local SQlite DB. Now I want to upscale it to Client/Server. SQlite is not Client/Server ready - means I have to write a server for that. My clients are Win/Mac and iOS.
So what I want to do:
1. SERVER with SQlite DB (UniDAC)
2. CLIENTs with local SQlite DB (UniDAC, local also because client have to run also "offline") -> synchronize with Server
Has someone any idea how to manage this? Are there some components for that?
Using Delphi XE2 (Firemonkey) for my clients.