SIERPE<TheEnD> Posted June 7, 2012 Report Share Posted June 7, 2012 Nesecito hacer una llamada a un SP de sql server 2005 a mi programita de VB 6.0... tengo la coneccion y todo pero aun no me funciona la coneccion del SP y no se como enviarle valores. Para el ke sepa gracias de ante mano P.D: Es un Sp que actualiza unas tablas segun 2 criterios el cual funka bien P.D2: GM si no va aka el post moverme porfavor no vi otro lado. Link to comment Share on other sites More sharing options...
AshWilliams Posted June 8, 2012 Report Share Posted June 8, 2012 Se mueve a Aplicaciones de Escritorio. Saludos :krider: Link to comment Share on other sites More sharing options...
Ra Posted June 8, 2012 Report Share Posted June 8, 2012 Set cmd = New ADODB.Command cmd.ActiveConnection = conexion cmd.CommandType = adCmdStoredProc cmd.CommandText = "nombre procedimiento almacenado" cmd.Parameters.Append cmd.CreateParameter("nombre del parámetro", adVarChar, adParamInput, 6, valorDelParametro) Salu2. Link to comment Share on other sites More sharing options...
SIERPE<TheEnD> Posted June 25, 2012 Author Report Share Posted June 25, 2012 Estupendo gracias funko de maravillas... P.D: Se me olvido postiar pero mejor tarde ke nunca gracias Link to comment Share on other sites More sharing options...
AshWilliams Posted June 26, 2012 Report Share Posted June 26, 2012 Solucionado...se procede al cierre ;) Saludos :krider: Link to comment Share on other sites More sharing options...
Recommended Posts