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. Qt and SSMS Express
Forum Updated to NodeBB v4.3 + New Features

Qt and SSMS Express

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 264 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
    SeyMohsenFls
    wrote on 26 Aug 2021, 15:22 last edited by
    #1

    Hello guys. I have developed an application in qt and connected a database to it by SSMS Express. How can I deploy this program so that this data is available to the program when installed on another computer?

    J 1 Reply Last reply 26 Aug 2021, 16:11
    0
    • S SeyMohsenFls
      26 Aug 2021, 15:22

      Hello guys. I have developed an application in qt and connected a database to it by SSMS Express. How can I deploy this program so that this data is available to the program when installed on another computer?

      J Offline
      J Offline
      JonB
      wrote on 26 Aug 2021, 16:11 last edited by JonB
      #2

      @SeyMohsenFls
      What do you mean by "SSMS Express"? Do you mean "SQL Express"? "SSMS" ("SQL Server Management Studio") is just the name of the MS interactive management tool for SQL Server.

      Do you mean you want to provide a backup copy of your data for the end-user to populate a database if they install SQL Express on their system, so that your program can access that data?

      Assuming so, it seems a shame you chose SQL Express, when you could have gone for SQLite, where distribution of data would just be a file included in your package.

      1 Reply Last reply
      1
      • S Offline
        S Offline
        SeyMohsenFls
        wrote on 26 Aug 2021, 17:40 last edited by
        #3

        I know that. But now i'm using the SSMS Express. Do you have solution for this?

        M 1 Reply Last reply 26 Aug 2021, 18:44
        0
        • S SeyMohsenFls
          26 Aug 2021, 17:40

          I know that. But now i'm using the SSMS Express. Do you have solution for this?

          M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 26 Aug 2021, 18:44 last edited by
          #4

          @SeyMohsenFls
          Hi
          Well you would create an Installer for your app and then bundle the SQL Express installer with that and
          make it install the DB system as part of your app's setup.

          https://www.hanselman.com/blog/download-sql-server-express

          Qt has an install maker but it has a hard learning curve IMHO

          I like this one
          https://jrsoftware.org/isinfo.php

          1 Reply Last reply
          0

          1/4

          26 Aug 2021, 15:22

          • Login

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