R
rdemyan via AccessMonster.com
I posted a different problem in General 1 regarding inability to link to
backends on another computer using my new copy of Access 2003.
I use RWOP queries with all permissions revoked on the back-end tables. As a
result, I have followed Microsoft's Access Security FAQ guide and am using On
Error Resume Next when I try to link.
However, the problem with linking to these "peer computer" backend files from
A2003, made me realize that I wasn't picking up the error. Instead, because
of On Error Resume Next, the code went along happily and reported that
linking occurred just fine, which it did not.
Maybe instead of On Error Resume Next, I should try to trap specific Err.
Numbers associated with linking to backend files where all table permissions
have been revoked. That way other errors (like the exclusivity error
encountered with A2003) will be shown to the user.
So, does anyone have a good list of the potential "permissions errors" that
should be allowed with Resume Next when linking to backends where all table
permissions have been revoked.
Thanks.
backends on another computer using my new copy of Access 2003.
I use RWOP queries with all permissions revoked on the back-end tables. As a
result, I have followed Microsoft's Access Security FAQ guide and am using On
Error Resume Next when I try to link.
However, the problem with linking to these "peer computer" backend files from
A2003, made me realize that I wasn't picking up the error. Instead, because
of On Error Resume Next, the code went along happily and reported that
linking occurred just fine, which it did not.
Maybe instead of On Error Resume Next, I should try to trap specific Err.
Numbers associated with linking to backend files where all table permissions
have been revoked. That way other errors (like the exclusivity error
encountered with A2003) will be shown to the user.
So, does anyone have a good list of the potential "permissions errors" that
should be allowed with Resume Next when linking to backends where all table
permissions have been revoked.
Thanks.