12-17-2009 06:33 AM
I have a database in MS SQL Server 2008 created by Teststand script "SQL Server Create Generic Recordset Result Tables.sql".
In the database table PROP_BINARY I'm storing a array of Doubles.
I can see the data with National Instrument Database Viewer, but I want to use a SQL query to retrive values from that column
for my web application.
Is it possible?
12-25-2009 08:54 PM
Ubra,
You should be able to access the values of the column using the usual SQL query methods. If you are trying to do this from within TestStand, you can make use of the TestStand Database Step Types to do so.
Hope this helps.