I am doing a selection from an access db based on a simple SQL statement that was always working fine, but now I am getting this error '80004005' message on the statement
"set rs1=conn.execute("select * from tblCalendar where zone='East'")
If I remove the where clause it works OK or if I change the where clause to have criteria in a different field it works OK. I copy that statement to the access db and run it and it works OK. Does anyone know what could be causing this to error out in ASP all of the sudden?
"set rs1=conn.execute("select * from tblCalendar where zone='East'")
If I remove the where clause it works OK or if I change the where clause to have criteria in a different field it works OK. I copy that statement to the access db and run it and it works OK. Does anyone know what could be causing this to error out in ASP all of the sudden?