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 Querying Interface
Qt 6.11 is out! See what's new in the release blog

Database Querying Interface

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 654 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.
  • ideadesignerI Offline
    ideadesignerI Offline
    ideadesigner
    wrote on last edited by
    #1

    Hello QDevnet,

    I asked a question about which database is good for me and I decided PostgreSql. My new question about interface.

     ** System ** 
    
    • 1 server pc
    • 10 users
    • Lots of documents about ~20000.
    • Amount of query transaction about ~200-300 in a day.
    • Documents are tagged with RFID sticker.

    I will make an application that is listen the incoming data from UHF hardware and save the information to the database which is about document's "IN/OUT TIME" from room.
    (UHF hardware is reading document's RFID stickers)

    The problem is what is the best interface solution?

    1. My old idea is make an application and install to the all users's PC and let them query possibility. But this is inefficient solution, isn't it? Because, I should install the every pc, update the every pc or etc.
      alt text

    2. Webpage management solution. The user open the chrome, firefox, etc. and query the document from database. But how ? I don't know from webpage. What is the necessary tools for this method. How can I integrate webpage and database (Postgre)? Can I make all these steps in the Qt?
      alt text

    Thanks for your support,
    Best regards.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should take a look at Cutelyst it will likely cover your different use cases.

      Hope it helps.

      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
      2

      • Login

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