Results 1 to 3 of 3

Thread: What is the best way of error detection

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118

    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!

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width