see
http://www.qtcentre.org/forum/f-gene...lite-4180.html
i.e.: use a transaction; read up on bulk inserts; if nothing helps: write a csv file and import that
HTH
see
http://www.qtcentre.org/forum/f-gene...lite-4180.html
i.e.: use a transaction; read up on bulk inserts; if nothing helps: write a csv file and import that
HTH
sepehr (4th February 2009)
I wrapped up the insert statement in
localDB.transaction ();
//batch insert statement
localDB.commit () ;
it works just fine now!![]()
---
A situtation never gets so complicated that it can't get any more complicated!
Bookmarks