|
|
<%
ssql1="select * from sec_cultype"
set rs1=funDB.executeQuery(ssql1,1,1)
dim ttl
ttl=""
if not rs1.eof then
do while not rs1.eof
ssql="select top 5 * from sec_culcnt where ccfid=" & rs1("ctid") & " order by ccid desc"
set rs=funDB.executeQuery(ssql,1,1)
%>
|
| 制造能力 |
|
|
|
|
|
|