<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_conn_STRING Recordset1.Source = "SELECT * FROM airconsys_com_f.member" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> 康卓系统工程服务
实验室及仪器仪表
LD-3C(L)激光数字粉尘仪
LD-5C(H)型激光数字粉尘仪
CCD-1000型防爆型电脑粉尘仪
GH100粉尘浓度测量仪
Microdust Pro手持粉尘监测仪
DustMate手持粉尘监测仪
DUSTTRAK智能粉尘监测仪8520
3511压电天平式粉尘计
LD-3C(H)型激光数字粉尘仪
LD-5C(L)型激光数字粉尘仪
P-5L2C数字粉尘测定仪
KD11型压电天平式粉尘计
SIDEPAK智能防爆粉尘仪AM510
 
 

仪器及仪表分类库
版权所有©上海康卓自动化系统工程服务有限公司2001-2008

地址:上海市共和新路3201号市北工业设计园区彭浦大厦7楼C座 邮编:200072

 021-66302490,66302491,66302492,66531763 传真:021-66302491
沪ICP备05008896号
<% Recordset1.Close() Set Recordset1 = Nothing %>