
18/06/2002, 07:41
|
| | Fecha de Ingreso: mayo-2002
Mensajes: 82
Antigüedad: 23 años Puntos: 0 | |
Re: Ayuda procedimientos almacenados
He probado así tb:
dim cmd,params
Set cmd=Server.CreateObject("ADODB.Command")
With cmd
Set cmd.ActiveConnection =conn
.CommandText = "novedad1" .CommandType = 4
'Set params = cmd.Parameters
.parameters(0).value= art_idfam
end With
Set rs_fam= cmd.Execute
%>
<%
padre=rs_fam("fam_desc")
Pero al igaular a padre me dice q o hay registros. |