Home > other >  The use of qt QSqlQuery class execBatch function of questions
The use of qt QSqlQuery class execBatch function of questions

Time:03-16

QSqlQuery q; Q.p repare (" insert into myTable values (?,?,?,?,? ,?) "); QVariantList ints. Ints & lt; <1 & lt; <2 & lt; <3 & lt; <4. Q.a ddBindValue (ints); QVariantList names; Names & lt; <"Harald" & lt; <"Boris" & lt; <"Trond" & lt; CodePudding user response:

With q, solve the speed is slow, please excuse me, what method can optimize e
  • Related