%@ LANGUAGE="VBScript" %> <% Set Connection = Server.CreateObject("ADODB.Connection") Connection.Mode = adModeRead Connection.Open phdb_rd SQLStmt = "select batch,sensor_type,status,mask_revision from sitester.batch_info order by status desc,sensor_type,batch desc" Set RS = Connection.Execute(SQLStmt) %>
Click on the batch name to get a list of tested sensors and other detailed information
Batch | Type | Status | |
"><%= RS("batch") %> | <%=Sensor_Name(itype,imr)%> | <%=RS("status")%> | ">Sensor Arrival, Movement |