1

(5 replies, posted in General)

Thank you a lot for the reply and I undestand that it is serverless but what i need was to create different interfaces for other users where they can not edit they can just see the result they can print report they can read values. this is why i wanted them to connect to sqlite.db without being able to change.
Anyway i will try to figure out another solution smile

2

(5 replies, posted in General)

I want to be able to share the same SQLite database on intranet/network how can I do that. how to make the client interface connect to the database on the network.
(example : SQLite.db is on 192.168.1.254 server and the .exe file is on several computers on the network 192.168.1.3/4/5/6. how I can be able to get 192.168.1.3/4/5 and 6 to connect to the database SQLite.db on 192.168.1.254)
I wrote the example to make myself clear.