NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to modify the default result Access Table of database log in TestStand?

The default TestStand database schema requires the following tables in
your database:
• UUT_RESULT
• STEP_RESULT
• STEP_SEQCALL
• STEP_PASSFAIL
• STEP_CALLEXE
• STEP_MSGPOPUP
• STEP_PROPERTYLOADER
• STEP_STRINGVALUE
• MEAS_NUMERICLIMIT
• MEAS_IVI_WAVE
• MEAS_IVI_WAVEPAIR
• MEAS_IVI_SINGLEPOINT.
 
My question is how to modify the table such as STEP_RESULT. i want to delete the columns i donnot want in the table. How to do ?
 
0 Kudos
Message 1 of 4
(3,119 Views)
You copy the schema you want to use, make it editable and then delete the columns in the tables that you don't want. Then you create a new database file with the SQL tool and point the logging to that.
0 Kudos
Message 2 of 4
(3,111 Views)

Can you give a more detailed instruction aboaut how to do that ? Thanks a lot!

 

0 Kudos
Message 3 of 4
(3,084 Views)
Go to Configure -> Database Options -> Schemas.
Select the default Access schema. Click Duplicate to duplicate the schema. Then click on this new schema. Now you can freely edit it and change anything you like.
0 Kudos
Message 4 of 4
(3,058 Views)