Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/07/2007, 13:45
Avatar de karmish
karmish
 
Fecha de Ingreso: mayo-2006
Mensajes: 272
Antigüedad: 18 años, 11 meses
Puntos: 1
Re: Como llamo a un procedimiento almacenado

bueno como les prometi si tenia algun problemas les avisaria

y tengo un problema, este es el codigo:
Código:
SET DbObj = Server.CreateObject("ADODB.Connection")
DbObj.Open Application("curriculum")
myCmd.Parameters.conexion(sp_u_idioma (@id_idioma numeric(10), @des_idioma varchar(20), @est_activo varchar(1)))

    
    valor = CInt(len(Request.Form("checkbox_" & oRs("id_idioma"))) > 0) * -1
   nom = Request.Form("textfield22")
	id = Request.Form("id")
	
	id = @id_idioma
	nom = @des_idioma
	valor = @est_activo