Jump to content

petedunc

Members
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by petedunc

  1. Hi folks, Thanks to drjdpowell for putting this library together - it is very useful. I would like to share an issue I faced when putting together a test VI to execute some SQL queries. If the function is not saved the SQLite Open function will return an 'OK' error however with a db connection id of '0'. Subsequent calls (in my case to execute SQL and then close the connection) also return with no error. Save the function and things start working correctly. The issue is in the 'Open (string)' function which uses Application Directory.vi to help locate the sqlite3 DLL. This function returns <Not a Path> if the VI is not saved, when <Not a Path> is input to the CLFN it returns with no error and what appears to be 'default' values on output (empty string, 0 int). To me this is a bug with the CLFN, although the API could check for this condition.. or I could just save my code
×
×
  • Create New...

Important Information

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