Hi all,
I have a large array with data and a SQLite database with similar data. I'm trying to see what the differences are between the two and output an array of the differences.
I have a small reproducer that works, but the 'loop check' takes upwards of a minute to output the differences. Is there a better way to do this?
Thanks for the help!
#include <SQLite.au3>
#include <SQLite.dll.au3>
Local $hQuery, $aRow
Local $sDBPath = @ScriptDir & "\Temp.db"
Local $aArray[10000