Ver Mensaje Individual
  #2  
Antiguo 30-05-2007
Nelet Nelet is offline
Miembro
 
Registrado: may 2003
Ubicación: Picassent - Valencia
Posts: 95
Reputación: 22
Nelet Va por buen camino
Cita:
Base_de_datos.QueryFact.SQL.Add('SELECT * FROM Cabfact WHERE Cabfact.Fecha_Cabfact BETWEEN :Inicio :Fin');
Te falta el AND entre los parámetros :Inicio y :Fin

Código SQL [-]
Base_de_datos.QueryFact.SQL.Add('SELECT * FROM Cabfact WHERE Cabfact.Fecha_Cabfact BETWEEN :Inicio AND :Fin');
__________________
_____________________________________
And follow me to where the real fun is
Responder Con Cita