Ver Mensaje Individual
  #1  
Antiguo 13-08-2006
andre navarrete andre navarrete is offline
Miembro
 
Registrado: ago 2004
Ubicación: santiago, chile.
Posts: 14
Reputación: 0
andre navarrete Va por buen camino
Lightbulb Problemas con la sintaxis

Necesito ayuda amigos con esto

codigo sql.

select * from TABLA where FECHA between '01/01/1980' and '31/12/1982'

Y EN DELPHI:

QUERY1.SQL.Text:='select * from TABLA where FECHA between '01/01/1980' and '31/12/1982';

Y ME DA ESTE ERROR
type mismatch in expression.

ME PUEDEN AYUDAR, GRACIAS.

Última edición por andre navarrete fecha: 13-08-2006 a las 12:33:07.
Responder Con Cita