Published in: ASP
Building a SELECT statement this way obscures the meaning.
dim sql sql = "select TagName from IODefinitions where " & _ "StationName = '" & StationName & _ "' and Output = " & iif(StepType=stWaitForInput,"'0'","'1'") & _ " and TagGroup != 'System'"
You need to login to post a comment.
