<%@ LANGUAGE="VBScript" %> <% Set Connection = Server.CreateObject("ADODB.Connection") Connection.Mode = adModeRead Connection.Open phdb_rd SQLStmt0 = "select distinct CHIP_ID, CHIP_RUN, HYBRID_ID, HYBRID_CHIP_POS from ASSEMBLY.ASM_CHIP_BOND_ID where HYBRID_ID='"+Request("REQ_HYBRID_ID")+"' order by HYBRID_CHIP_POS" Set RS0 = Connection.Execute(SQLStmt0) %> Picture of Hybrid

HYBRID ID : <%= Request("REQ_HYBRID_ID")%>

VA HDR1 (128 Channel Chips)

octapic.gif (4150 bytes)

<% End if %>
    Chip ID Chip Run Number
Chip 0 <% If (RS0.EOF) then response.write "No Chip Bonded to this Hybrid Yet!" Else response.write Cstr(RS0("CHIP_ID")) %> <% response.write Cstr(RS0("CHIP_RUN")) RS0.MoveNext%>
<% Connection.Close %>