Search the Community
Showing results for tags 'databse'.
-
Hi, I'm using an access database to save the results of a functional test with Labview, I can write the database without problems, but I'm designing a software for the repair technician to see the data and save the cause and actions columns only for each result (Row in the Db). The problem is that I cannot find the way to write just certain columns on my database, basically I can't find the way to specify the "columns" on the Db Tools Insert Data VI. I have created a small table just with 2 columns to ID and DATE, just to try to write the date column. If I left the columns input on the VI with a empty array of course I can send and save both columns (VI attached), but I can find the way to write just the DATA column. Thanks in advance for your help. Db_ColumnWr_example.vi
-
I briefly mentioned a logging API that I've been using for logging errors, warnings etc to a SQLite database in the NLog thread. Since it seemed to be of interest, I thought I'd knock together a demo so that peeps could see how I use it and demonstrate some of the features using database enables above and beyond boring old text file logs (it requires the SQLite API for Labview installed) So here she is..... If people approve and think it's useful, I will add it to the SQLite API for Labview as an example.