A
ASP.Confused
I have a program that I'm trying to get error detection to work with. To
test it, I attempted using the following mispelled CreateObject statement
(which should cause an error):
Set myObject = CreateObject("ADODB.Connectiom")
Err.Number shows 429, which is normal. But Server.GetLastError reports no
error!
I would like to have line numbers and the line of source code, along with
the file name, of the offending code.
Any suggestions?
test it, I attempted using the following mispelled CreateObject statement
(which should cause an error):
Set myObject = CreateObject("ADODB.Connectiom")
Err.Number shows 429, which is normal. But Server.GetLastError reports no
error!
I would like to have line numbers and the line of source code, along with
the file name, of the offending code.
Any suggestions?