<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
Transmisión
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
Dimensiones
(mm)
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
Peso
(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
%>
MINIDIG
700
LOMBARDINI
12 kW(16hp)
<% if not isnull (rs("MaqMTMP_Parametro2")) then %>
Hidrostática
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro3")) then %>
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro4")) then %>
760-960/2100/2270
<% end if %>
<% if not isnull (rs("MaqMTMP_Parametro5")) then %>
800
<% 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 %>