Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/12/2010, 09:27
fesero
 
Fecha de Ingreso: junio-2008
Ubicación: Punta Alta, Argentina
Mensajes: 82
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: Solucionar error bastante raro en VB6

Cita:
Iniciado por Angiz Ver Mensaje

Código:
Public Sub CerrarRS(RS As Recordset)
    If RS.State = adStateOpen Then
        RS.Close
    End If
End Sub
Código:
Call CerrarRS(DE.rsPacientes)
With DE.rsPacientes
    .Open "Select * from Pacientes"
...
A mi parecer estas usando un recorset distinto al que cerrras..