
29/09/2006, 08:51
|
| | Fecha de Ingreso: abril-2004 Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 21 años Puntos: 4 | |
quedria asi :
sSQL = "select top 1 title, id, resumen, image_name from articles where aprobar=1 and categoria=" & RSCategorias("codigo") & " and fecha=#" & fecha & "# order by fecha desc"
te funciono ? |