04-11-2008 05:17 AM
04-16-2008 03:07 AM
Hello Emmanuel,
Sorry but what your trying to do seems to be impossible.
Regards,
04-16-2008 04:17 AM
Hi Alex,
perhaps it's impossible, but how do you explain that we can launch the "Database Viewer" with "Connection String Expression" from the TestStand "Database Options" Dialog Box / "Data Link" Tab / "View Data" Button ?
Thanks for you help,
Emmanuel
04-18-2008 11:00 AM
Emmanuel -
The DatabaseViewer application exposes an ActiveX server with the following interfaces:
Application with method Activate and property Visible.
DataLinkView with methods Show, refresh and NewSQLWindow, and property ConnectionString.
04-28-2008 06:55 AM
HI Scott,
Thank you for your answer, that's what I need.
I just take time to localize the Active-X Class "zNI TestStand Database Viewer Version 1.1" (why "zNI ..." ?).
Just one remark : what is the interest of "DataLinkView methods NewSQLWindow" if we cant' call unexisting method "Execute SQL Commands " ?
Best regards,
Emmanuel
05-14-2019 04:13 AM
Hi Emmanuel,
There is also a command line interface to Database Viewer.
Please refer to this help topic in TestStand help for more information:
Environment Reference->Database Viewer Application->Command Line Arguments.
Specifically for your use case, you could use "DatabaseViewer.exe -connectionfile <filepath>"
Hope this helps.
Regards,
Tinu