B4J Question SQLITE Remoto

ivanomonti

Expert
Licensed User
Longtime User
Good evening to all of you, I read on sqlite's website that sqlite databases can be queried even remotely without the use of the client-server, and not only that, they can also work at multiple different calls (this can be queried simultaneously by multiple clients as if it were a server but that is not.

since my application doesn't need a mysql server but it would be useful to have the remote db and be able to query it, I was wondering how I can make this call to access the remote sqlite database, Thank
 
Top