3
I have a small application on C#
where the database was established in the SQLite
, initially to run only locally. But now I need it running on 2 other machines besides the server. I thought about leaving a shared folder on the network and a shortcut on the other stations pointed to the folder; I know the limitations of the SQLite
, but the other machines will only read, will not change anything in the database! The question is: How do I make the connection string point to the pc that will be the server?
I tried to set the connection string like this: "\\ip_servidor\c$\pastaBd"
but it didn’t work out! I’ve checked the shared folder permissions, but it’s all ok! But it never recognizes the BD.
I do not know how to proceed the way you are talking, if I were you would put the server on an online SQL server (has for free, and also has a very cheap)
– PauloHDSousa