Jump to content

ionpol

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ionpol

  1. Unfortunately, it fails. The original error I posted is from within the MATH.vi so it would make sense that nothing downstream of that would work.
  2. Just in case the previous info was a bit vague, this is what I mean: SQLite version 3.50.1 2025-06-06 14:52:32 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> sqlite> .load "C:/Program Files/National Instruments/LabVIEW 2025/vi.lib/drjdpowell/SQLite Library/SQL Connection/extension-functions_64.dll" ...> The DLL seems to work fine and can be loaded into sqlite, but the LabVIEW method seems to have a problem.
  3. Yes, the DLL is there. Furthermore, when calling it directly from sqlite3 it also works.
  4. 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!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.