G
Guest
Hello,
I have a report that gets its data from executing a stored procedure on a
SQL server 2k machine. However, it sometimes reports a "timeout expired"
message.
Is it possible to "trap" this error and report it back to the user (i use a
custom form with a docmd.open command that just closes the report when this
error occurs, and i dont think the on error goto works for this).
Also, is it possible to increase the timeout counter (or disable it
completely)? I know it wont go to infinity because of the coding for the
stored procedure. Just sometimes the server is slower than others.
thanks for any and all help!
Ben
I have a report that gets its data from executing a stored procedure on a
SQL server 2k machine. However, it sometimes reports a "timeout expired"
message.
Is it possible to "trap" this error and report it back to the user (i use a
custom form with a docmd.open command that just closes the report when this
error occurs, and i dont think the on error goto works for this).
Also, is it possible to increase the timeout counter (or disable it
completely)? I know it wont go to infinity because of the coding for the
stored procedure. Just sometimes the server is slower than others.
thanks for any and all help!
Ben