When ASP reports 0115, it means:
"I don't know what the cause for the error is"
I had this same problem a while back, and it was due to my use of stored procs in an asa file. when I cut out the includes command for the asa file, i didnt get the error. I ended up rewriting it and things worked fine; the reason, which i learned later, is because I was using a SQL reserved word in the asa as a dim (accidentally :)).
This might help some, if you havent seen it already...
http://www.asptips.com/faq
Main Topics
Browse All Topics





by: msdixonPosted on 2000-12-19 at 06:04:27ID: 31975
how about some code