B
Beeawwb
Hi all,
Not sure if this is the right place for it, but it's a start.
I've been sent some data access pages, which have all been configured in the
Microsoft Script Editor. Everything works fine, there's no real problems, but
I'm looking at making some changes to the script and I've run into my first
problem.
vbScript, at least as far as the script editor goes, does not handle errors
like VBA would. If I try "On Error Goto ErrHandle", it gives an error. In
fact, only "On Error Resume Next" has worked for me.
Does anybody know the proper way to impliment error handling into these data
access pages (vbScript) so that I can trap for specific errors?
Thanks for your time and assistance,
-Bob
Not sure if this is the right place for it, but it's a start.
I've been sent some data access pages, which have all been configured in the
Microsoft Script Editor. Everything works fine, there's no real problems, but
I'm looking at making some changes to the script and I've run into my first
problem.
vbScript, at least as far as the script editor goes, does not handle errors
like VBA would. If I try "On Error Goto ErrHandle", it gives an error. In
fact, only "On Error Resume Next" has worked for me.
Does anybody know the proper way to impliment error handling into these data
access pages (vbScript) so that I can trap for specific errors?
Thanks for your time and assistance,
-Bob