Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Database on windows server
Forum Update on Monday, May 27th 2025

Database on windows server

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 656 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Siddharth jain
    wrote on 10 Oct 2016, 08:52 last edited by
    #1

    How to access sqlite database on windows server 2012 in qt application to store data

    J 1 Reply Last reply 10 Oct 2016, 08:59
    0
    • S Siddharth jain
      10 Oct 2016, 08:52

      How to access sqlite database on windows server 2012 in qt application to store data

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 10 Oct 2016, 08:59 last edited by
      #2

      @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/

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 10 Oct 2016, 09:32 last edited by
        #3

        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.

        1 Reply Last reply
        0

        1/3

        10 Oct 2016, 08:52

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved