Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Import and export database
QtWS25 Last Chance

Import and export database

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 2 Posters 1.4k 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.
  • H Offline
    H Offline
    HuyQuang
    wrote on last edited by
    #1

    Now, I have a database in Qt, I wanna save it in a file when I close my app and import it in this app when I start it. How can I do it

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Can you explain a bit more ?
      Do you mean you have a pre-existing database and read that database and store those contents in a file ? Or any other ?

      157

      1 Reply Last reply
      0
      • H Offline
        H Offline
        HuyQuang
        wrote on last edited by
        #3

        I'm sorry about it
        yes, I create one app use database and I can't save any thing when I close it
        now I want to save it in a file .txt and import it when this app start like MySQL Query dump and import. Can you show me a clearly code for it
        thank u so muck

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          Have a look at "QFile":http://doc.qt.io/qt-5/qfile.html#details class. It is meant for File handling purposes.

          157

          1 Reply Last reply
          0
          • H Offline
            H Offline
            HuyQuang
            wrote on last edited by
            #5

            finally, i can solve it.
            thank u very much

            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