Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/08/2011, 15:05
Avatar de othix
othix
 
Fecha de Ingreso: mayo-2011
Ubicación: Guatemala
Mensajes: 92
Antigüedad: 13 años
Puntos: 9
Respuesta: comparar registros sql con variables

for i as integer = 0 to ds4.Tables(0).Rows.count-1
If variable = ds4.Tables(0).Rows(i).Item("CAMPO") Then
tu_codigo
end if
next i