Database on windows server
Unsolved
General and Desktop
-
How to access sqlite database on windows server 2012 in qt application to store data
-
How to access sqlite database on windows server 2012 in qt application to store data
@Siddharth-jain Like on any other system? A SQLite database is a file, see here for a tutorial: https://katecpp.wordpress.com/2015/08/28/sqlite-with-qt/
-
So for this to work, the server should show the DB file on a file share
that allows read and write for that file
to the users you are allowing access to it.Note that the IO is file based and (can) become slow
if used over a slow link like VPN.