Connection to SQLite with Valentina Server
Posted: Thu Sep 13, 2018 7:57 pm
I can not pass the IP and the name of the database without error. If I do:
It gives me an error.
If I pass:
I connect to the server, but not to the database
Suggestions are allowed
Carles
Code: Select all
put revOpenDatabase ("sqlite", "192.168.1.4:15532/chinook.db", "sa", "sa",,) into gDatabaseID
If I pass:
Code: Select all
put revOpenDatabase ("sqlite", "192.168.1.4:15532", "sa", "sa",,) into gDatabaseID
Suggestions are allowed
Carles