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 connectivity from another system.
QtWS25 Last Chance

database connectivity from another system.

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 523 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
    Saikumar
    wrote on last edited by
    #1

    I would like to connect(fetch) the database from another system to my system in windows 10 using sqlite. How to proceed further ?

    1 Reply Last reply
    0
    • jronaldJ Offline
      jronaldJ Offline
      jronald
      wrote on last edited by
      #2

      design your own data transfer protocol, for detail:

      1. client send a request packet to server for data
      2. server query sqlite for data
      3. server send a response packet (with data requested) to client
      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        In addition to what @jronald suggested (which is a REST web service setup), SQLite is a file based database so you don't connect to it remotely like you could with a networked database system (e.g. PostgreSQL, MySQL, etc.).

        What is your exact setup ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • S Offline
          S Offline
          Saikumar
          wrote on last edited by
          #4

          I have connected using the MicrosoftSQLExpress software. Its working...

          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