Hi @drjdpowell!
I ran into an issue using the library on LV2024 Q3 64 bit and LV2025Q1 64 bit (only tested it on these two versions). It appears to have something to do with the "Load Extension" functions.
Error 402860 occurred at SQLite.lvlib:Connection.lvclass:Execute SQL (No results).vi:3980001:Step
SQL--> "SELECT load_extension('C:\Program Files\National Instruments\LabVIEW 2025\vi.lib\drjdpowell\SQLite Library\SQL Connection\extension-functions_64.dll');"
MAIN db name-->"C:\Projects\A Project\A Project_Config\Unit_SomeUnitId\database\hse_test_sqlite.db"
SQLITE_ERROR(1): The specified module could not be found.
Possible reason(s):
SQLite returned SQLITE_ERROR(1), see www.sqlite.org/rescode.html#error
Any suggestions towards solving this would be greatly appreciated. Thanks!