i have a customized PreUUT callback so that my own VI gets the information from barcode. it contains serial number as well as other information. i am collecting the information into local variables of the PreUUT callback.
Now i want to log the local variables (string type) to the database (SQL Server).
i have a successful connection to the database and i am using a generic recordset schema.
can anyone help me how to do it?
also shall i have to create the corrosponding fields (columns) in the database? or is there any option in TestStand4.0 to do it?