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

database connectivity from another system.

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 535 Views 2 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
    Saikumar
    wrote on 3 Mar 2018, 05:19 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
    • J Offline
      J Offline
      jronald
      wrote on 3 Mar 2018, 05:33 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
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 3 Mar 2018, 23:14 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 8 Mar 2018, 09:02 last edited by
          #4

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

          1 Reply Last reply
          0

          2/4

          3 Mar 2018, 05:33

          • Login

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