%@LANGUAGE="VBSCRIPT"%>
INTRANET
<%
Set Comando = Server.CreateObject("ADODB.Command")
Comando.CommandType = adCmdText
Comando.CommandText = "Select * from TARIFAS_AVION where tarifas_avion.id_avion='"&request("id_avion")&"'"
Comando.ActiveConnection = Session("Conexion")
Set rcs=Comando.execute
%>