Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/02/2006, 14:07
Avatar de reel
reel
 
Fecha de Ingreso: febrero-2004
Ubicación: Managua, Nicaragua
Mensajes: 496
Antigüedad: 21 años, 3 meses
Puntos: 1
Busca en la ayuda de visual basic la informacion del objeto command, tambien busca en este foro.

De paso te pongo este código

Código:
Dim myRs As ADODB.Recordset
    Dim myComm As New ADODB.Command
        
    Set myComm.ActiveConnection = myConn
    myComm.CommandText = "BitacoraOperacionesSelect"
    myComm.CommandType = adCmdStoredProc
    
    Set myRs = New ADODB.Recordset
    myRs.CursorLocation = adUseClient
    myRs.Open myComm, , adOpenDynamic, adLockOptimistic
__________________
Leer es Saber, REEL.
Mi Blog