You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
I wrote a PS script that queries a database on the server that has webCommander on it and I found that to display the results of your script after running it on webcommander is to use writeStdout or writeCustomizedMsg and neither display the value. It just outputs 0. What should I do to display the right output?
`$numRow = $sqlOutput.Count;
writeCustomizedMsg ("The table contains: "+$numRow +" rows")`