Search results for query: *

  1. M

    SQLite "Database is Locked" when moving a list of records from one table to another

    I have a Public Sub to move a collection of records from one table to another in the same SQLite database. First it reads the first record from strFromTable, then writes it to strToTable, then deletes the record from strFromTable. To speed things up, I've loaded the entire collection of records...
Back
Top