|
|
 |
|
<% On Error Resume Next
If Not rs.eof then
%>
<%
SQL = "SELECT * FROM Maq_Marca_TipoMaq_Modelo_Parametros where MaqMTMP_Marca='" _
& Fabricante & _
"' and MaqMTMP_Tipo='" _
& Tipo_Maquina & _
"'and MaqMTMP_modelo <> 'Null'" & _
"order by " & orden
Set rsd = Conn.Execute(SQL)
do while Not rsd.eof
%>
D40 |
YANMAR
36kW(48hp) |
<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
Hidrostática
Automotive 4X4 |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
1815/2600/4170 |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
3200 |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro6")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro7")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro8")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro9")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro10")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro11")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro12")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro13")) then %>
<% end if %>
D70 |
PERKINS
74,5kW(101hp) |
Hidrostática
Automotive 4X4 |
2200/2800/4600 |
4100 |
D100 |
PERKINS
74,5kW(101hp) |
Hidrostática
Automotive 4X4 |
2340/3060/4930 |
4850 |
D25RT |
YANMAR
22 kW(30hp) |
Hidrostática
Automotive 4X4 |
1590/2465/3320 |
2020 |
D25AC |
YANMAR
22 kW(30hp) |
Hidrostática
Automotive 4X4 |
1590/2465/3320 |
2020 |
D25RF |
YANMAR
22 kW(30hp) |
Hidrostática
Automotive 4X4 |
1590/2465/3320 |
2270 |
<%rsd.Movenext
loop
%>
|
|
<%
end if
rs.close
set rs = nothing
conn.close
%> |