07-13-2010 10:34 AM
Hello,
I have an SQL Server 2005 set up and I can connect to it from TestStand.
Right now the written TestStand sequences write their output into text files. I'm looking for a way to import
the results directly into the database we have created.
I've never worked with TestStand, so I'm not sure I should approach this task and whatever I found online told me that this is possible but
I couldn't find how it's done! Should I read the variables defined in TestStand sequences and insert the values into the database?
Do I need LabView or ActiveX as well? Can you give me some instructions?
Thanks a lot for your help,
Naeemeh
07-13-2010 10:54 AM
Your first task is to read the Using TestStand manual and run through the tutorials. The second step is to read Chapter 6 ot the TestStand Reference manual which describes all of the steps to log to a database. If you had gone through some of the basics, your would know that report generation and database logging are two separate steps and that you can select to do both, either, or none.
It's always smarter to start with what you have locally before trying some on-line search.