database connectivity from another system.
Solved
General and Desktop
-
Hi,
In addition to what @jronald suggested (which is a REST web service setup), SQLite is a file based database so you don't connect to it remotely like you could with a networked database system (e.g. PostgreSQL, MySQL, etc.).
What is your exact setup ?