Hi there,
I get the following error message when executing my ASP:
and line 90 is as follows:
The weird thing is, this script was working perfectly, then all of a sudden it doesn't work at all! The column "test_time" is the only column returned by the stored procedure into the recordset. So it can't the the TEXT/BLOB problem the error says on the Microsoft site. Any ideas?
I get the following error message when executing my ASP:
Code:
error '80020009'
/corystadegauelk/includes/ffwythiannau.asp, line 90
and line 90 is as follows:
Code:
datAmserFynu = DatePart("YYYY", rstAmserFynu("test_time")) & "/" & DatePart("M", rstAmserFynu("test_time")) & "/" & DatePart("D", rstAmserFynu("test_time")) & " " & DatePart("H", rstAmserFynu("test_time")) & ":" & DatePart("N", rstAmserFynu("test_time")) & ":" & DatePart("S", rstAmserFynu("test_time"))
The weird thing is, this script was working perfectly, then all of a sudden it doesn't work at all! The column "test_time" is the only column returned by the stored procedure into the recordset. So it can't the the TEXT/BLOB problem the error says on the Microsoft site. Any ideas?