11-23-2011 12:33 PM
I'm trying to get the values from the column in a database into an array variable in TS using the property loader.
The Open Database, Open SQL Statement, and Property loader steps all complete and say "done". But my array is empty when it's all over.
Using TestStand 2010
Microsoft SQL Management Express 2008
Database configured by my company, I can not change it only read from it.
Thank you,
Newb-D
11-24-2011 01:28 AM
The database has to be in a form that will work with the PropertyLoader and it sounds like it isn't.
Try using the Import/Export Properties tool found in the Tool menu, to export some data to a database and then you can see if your database is compatible.
My guess is you will have to write your own loader.