Quote:
Originally posted by KobyBoy
Do a SELECT COUNT(*) FROM crtgpcache WHERE Date = "December 4, 2003" This should return the number of rows that satsify your query. If nothing gets returned then you know there is nothing wrong with your DELETE query but rather there are no rows in the database that satisfy your condition.
|
thanks, figured it out from that.. there was a damn space in each date entry at the beginning.