21/01/2011, 10:34
|
| | Fecha de Ingreso: enero-2005
Mensajes: 45
Antigüedad: 19 años, 9 meses Puntos: 0 | |
Respuesta: Problema con formato Fecha Lo acabo de probar y la consulta queda asi:
Set Noti=BDUpdate.Execute("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")
y me da el siguiente error:
Microsoft VBScript compilation error '800a03ee'
Expected ')'
y no veo donde puede faltar un parentesis! |