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?