I am populating a table using:
tbl.LoadSQLiteDB(SQL1, txtSQL.Text, True)
For 9 records with 20 or so columns it populates in under 2 seconds in legacy mode, in rapid mode it takes 55 seconds.
BTW the new edit-and-continue is amazing, it's something that I have always wanted - it will massively speed up development.
tbl.LoadSQLiteDB(SQL1, txtSQL.Text, True)
For 9 records with 20 or so columns it populates in under 2 seconds in legacy mode, in rapid mode it takes 55 seconds.
BTW the new edit-and-continue is amazing, it's something that I have always wanted - it will massively speed up development.