Hello everyone,
I have a question on logging the teststep results into the database. I am using the Generic Recordset as my database for data logging.
In my database (SQL Server), there exists the following schemas: dbo, dbtest1, dbtest2. I created all the result tables (UUT_Result, Step_Result etc...) of the Generic Recordset in all the schemas. Therefore, to see the results in Step_Result table, I specify the schema along with the table name, e.g. SELECT * FROM dbtest1.Step_Result.
Is there a way to tell Teststand to log the result to different schema (dbo, dbtest1, dbtest2) programmatically?
Yours sincerely,
hlim