|
-
Jul 11th, 2001, 07:49 AM
#1
Thread Starter
Lively Member
What is the best way of error detection
Hi all.
I was wondering. I have my way of doing error detection (after a connection etc see if Err.number > 0.).
But how do you guys do it? Is there maybe an easy way?
Thanks!
-
Jul 11th, 2001, 11:17 AM
#2
Frenzied Member
That's pretty much what I do. In VBScript there really isn't any way to specify an error handler that is for the entire page. You could call a function that handles your errors, but in order to detect it, you have to check yourself because VBScript only supports On Error Resume Next.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jul 12th, 2001, 02:20 AM
#3
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|