Page 1 of 1

Connection to SQLite with Valentina Server

Posted: Thu Sep 13, 2018 7:57 pm
by cbarbal
I can not pass the IP and the name of the database without error. If I do:

Code: Select all

put revOpenDatabase ("sqlite", "192.168.1.4:15532/chinook.db", "sa", "sa",,) into gDatabaseID
It gives me an error.

If I pass:

Code: Select all

put revOpenDatabase ("sqlite", "192.168.1.4:15532", "sa", "sa",,) into gDatabaseID
I connect to the server, but not to the database

Suggestions are allowed

Carles

Re: Connection to SQLite with Valentina Server

Posted: Fri Sep 14, 2018 8:43 am
by mrcoollion
Did you try //192.168.1.4:15532/chinook.db ?

Re: Connection to SQLite with Valentina Server

Posted: Fri Sep 14, 2018 9:36 am
by cbarbal
Hi mrcoollion,

Continues giving error

Thanks for the reply,

Carles