
17/11/2004, 07:14
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: CHile, 8 Region
Mensajes: 68
Antigüedad: 21 años, 4 meses Puntos: 0 | |
Fechas Yo trabajo en Asp.net en la siguiente forma
Dim fecha,fin As String
fecha = Date.Now
fin="31/12/2006"
SELECT * FROM tabla
WHERE tabla.fecha BETWEEN
fecha = Format(CDate(fecha), "MM/dd/yyyy hh:mm:ss")
AND fin = Format(CDate(fin), "MM/dd/yyyy hh:mm:ss")
Ojala Te sirva
__________________ Around The World |