<%@ 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) %> Silicon Batches

Silicon Batches entered to Batch_Info Table

Click on the batch name to get a list of tested sensors and other detailed information

<% Do While Not RS.EOF itype=RS("sensor_type") imr=RS("mask_revision") %> <% RS.Movenext Loop %>
Batch Type Status  
"><%= RS("batch") %> <%=Sensor_Name(itype,imr)%> <%=RS("status")%> ">Sensor Arrival, Movement
<% Connection.Close %>