| Retrocargadoras |
Fabricante |
|
 |
|
<% 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
%>
| M542 |
PERKINS |
<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
Power Shift
|
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
155 lt./min. |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
1,1 m3 |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro6")) then %>
4.050 kg. |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro7")) then %>
5.406 mm |
6.228 mm |
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro8")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro9")) then %>
8.580 kg. |
<% 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 %>
| M544 |
PERKINS |
Power Shift
|
155 lt./min. |
1,1 m3 |
4.050 kg. |
5.406 mm |
6.226 mm |
8.750 kg. |
<%rsd.Movenext
loop
%>
|
|
<%
end if
rs.close
set rs = nothing
conn.close
%> |