Connection to SQLite with Valentina Server

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
cbarbal
Posts: 114
Joined: Fri May 08, 2015 5:04 pm

Connection to SQLite with Valentina Server

Post by cbarbal » Thu Sep 13, 2018 7:57 pm

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

mrcoollion
Posts: 709
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: Connection to SQLite with Valentina Server

Post by mrcoollion » Fri Sep 14, 2018 8:43 am

Did you try //192.168.1.4:15532/chinook.db ?

cbarbal
Posts: 114
Joined: Fri May 08, 2015 5:04 pm

Re: Connection to SQLite with Valentina Server

Post by cbarbal » Fri Sep 14, 2018 9:36 am

Hi mrcoollion,

Continues giving error

Thanks for the reply,

Carles

Post Reply

Return to “Databases”