<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
Capacidad
Carga(kg)
<% 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 %>
<%
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
%>
HONDA
4 kW(6hp)
Hidrostática
660/1100/1600
274
<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
500
<% 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 %>