Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/01/2011, 04:00
Avatar de Expinete
Expinete
 
Fecha de Ingreso: abril-2006
Ubicación: Zaragoza
Mensajes: 236
Antigüedad: 18 años, 7 meses
Puntos: 3
Respuesta: Problema con formato Fecha

Has probado a que te pinte la sql que te sale y probarla en la base de datos de access??

miSQL ="Select DISTINCT Noticias.Fecha, Noticias.OCR, Medios.Nombre, Noticias.Titulo, Noticias.Id, Secciones.Seccion, Noticias.Imagen from RNT, RCE, Noticias, Medios, Secciones where Noticias.Id = RNT.IdNoticia and RNT.IdCategoria = RCE.IdCategoria and RCE.IdEmpresa = "&var_codigoempresa&" and Medios.Id = Noticias.CodigoMedios and Noticias.CodigoSeccion = Secciones.Id and format(Noticias.Fecha,"yyyymmdd") between format(#"&var_from&"#,"yyyymmdd") and format(#"&var_to&"#,"yyyymmdd") ORDER BY Noticias.Id"

REsponse.write miSQL
__________________
-----------------------------------------------------------
A veces un arbol no nos deja ver el bosque...