Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/11/2009, 10:54
Avatar de lokoman
lokoman
 
Fecha de Ingreso: septiembre-2009
Mensajes: 502
Antigüedad: 14 años, 7 meses
Puntos: 47
Respuesta: duda con adodc y case

Hola!!
Intenta asi:

If Text1.Text = UCase(Text1.Text) Then
'MsgBox "ok"
SQL = "select * from ALUMNO where usuario = '" + Text1.Text + "' and pass = '" + Text2.Text + "'"
...
...
...
...
Else
'MsgBox "none"
End If

Última edición por lokoman; 18/11/2009 a las 11:02