Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/04/2012, 22:29
jasamestica
 
Fecha de Ingreso: marzo-2006
Mensajes: 329
Antigüedad: 18 años, 1 mes
Puntos: 1
DataTable.Select La expresión contiene un operador Between no compatible

Hola esta instruccion del DataTable me lanza un error que dice La expresión contiene un operador Between no compatible


DataRow[] filasEncontradas;
String expresion = "fechaInicio BETWEEN" + "04/04/2012" + " AND " + "07/07/2012";
//ACA SE PRODUCE EL ERROR
filasEncontradas = tablaTareas.Select(expresion);