Hi,
I've built a simple server / client project for SQLLite database, this project has 2 folders: Server and Client. Is a simple form with a dbgrid which shows one table. Server and client have their own sqllite databases, so in order to test several clients, you must create every client in a different folder (because I search on the same folder where is the application, the database).
Inside bin folder, I put compiled server and 2 clients to do tests. Just start server first, and then start 2 clients (don't start the same client from same folder twice because you will get an exception trying to update).
If I change something in any client, example: if I modify the field Seniority, this change is sent to server and then server broadcast to all clients. I've modified this field, delete and create a new record.
Please, download this project from this url and tell me if works for you.
http://www.esegece.com/download/samples/sgcSQLLite.zip
I am using SQLLite database provided with samples from embarcadero, most probably your database is more complex so maybe we can find why is not working.
Kind regards,
Sergio