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. QMYSQL equivalent of MYSQL source function
Forum Updated to NodeBB v4.3 + New Features

QMYSQL equivalent of MYSQL source function

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.5k 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.
  • D Offline
    D Offline
    darthczyz
    wrote on last edited by
    #1

    Just wondering if anyone has had any success using the mysql source or . function with in Qt. I'm trying to do:
    @q.prepare("source myfile.tx");@

    But that is giving me a QMYSQL: Unable to execute query error. Same when I use . Is that not supported by QMYSQL? Any good workarounds?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      There is no built-in method for this. You will have to read the file yourself into a QString and pass that to the prepare method of a QSqlQuery.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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