Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/02/2007, 16:45
Avatar de a83
a83
 
Fecha de Ingreso: noviembre-2005
Ubicación: Santiago de chile
Mensajes: 637
Antigüedad: 19 años, 5 meses
Puntos: 1
tengo el siguiente error 3704

hola amigos (a) soy nuevo en esto y estoy aprendiendo
pero me salio el siguiente error

errro en tiempo de ejecucion "3704"


y me marca la siguiente linea con el error

Código PHP:
Private Sub Text3_KeyPress(KeyAscii As Integer)
If 
KeyAscii 13 Then
        
If Len(Text3) > 0 Then
                
If valrut(Val(Text2)) = Text3 Then
                    sql 
" SELECT*FROM datospacientes WHERE RutPacientes =" Text2.Text
                    Adodc1
.RecordSource sql
                    Adodc1
.Refresh
                    Set rst 
con.Execute(sql)  // aeuip me mearca ek error 
                    
If rst.EOF Then
                            SW 
1
                            MsgBox 
(" Paciente no registrado ingrese nuevos datos ")
                            
Text2.SetFocus
                    
Else 


si me peden echar una mano