Basic Usage¶
The easiest way to use this library is to add the packed library to your project. The library depends only on the sqlite3.dll.
Add the SQLite3LV.lvlibp packed libary to any LabVIEW™ project
Executing a simple query¶
To execute a simple query:
- Open a database connection
- Get a cursor
- Execute a query
- Collect the result
- Close the database connection