trappable error occurred in an external object
Hi:
i have serious problem in my asp page. I design an asp with form for input data.
My that page was runs correctly and worked properly. But after some days i again run it and i receive that error:
error 'ASP 0115'
Unexpected error
/aff/page/submit_form.asp
A trappable error occurred in an external object. The script cannot continue running.
I find out that when ever i creat a recordset object, it display error.
set objtemp = Server.CreateObject("ADODB.RecordSet")
objtemp.Open "select id from category where id = "&catID&" ", conAdds
I omit all recordset object, then page runs correctly.
Can any body tell me what is the problem. Why not my that page running, because it was running correctly in past.
Thank
Burhan
|