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 Updated to NodeBB v4.3 + New Features

Database on windows server

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 677 Views 1 Watching
  • 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 last edited by
    #1

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

    jsulmJ 1 Reply Last reply
    0
    • S Siddharth jain

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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on 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
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on 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

        • Login

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