strSQL = "SELECT * FROM table WHERE page = '" & page & "' AND date BETWEEN " & startDate & " AND " & endDate
But it's returning 0 records. I've made sure that my date formats match... what am I missing? Does SQL not like to compare dates?




Posted 03 May 2002 - 04:17 PM
strSQL = "SELECT * FROM table WHERE page = '" & page & "' AND date BETWEEN " & startDate & " AND " & endDate
But it's returning 0 records. I've made sure that my date formats match... what am I missing? Does SQL not like to compare dates?
Posted 09 May 2002 - 09:57 AM
Posted 21 May 2002 - 02:09 PM
Hoopster
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
