M
Michael
I have this problem (previously discussed in this NG) where a database
object keeps dissappearing. I have now converted all my database work to an
ADO type structure (previous was DAO) but it just changes the name of the
problem. Now I have my Connection object that keeps shutting down.
By using erro handling I can easily re-open the connection... but what I
want to know is wether it is possible for me to creat a single global,
project level error handler here I can do this?
The only error handler I can find is one that works in a procedure or nested
procedure.
Any pointers?
Michael
object keeps dissappearing. I have now converted all my database work to an
ADO type structure (previous was DAO) but it just changes the name of the
problem. Now I have my Connection object that keeps shutting down.
By using erro handling I can easily re-open the connection... but what I
want to know is wether it is possible for me to creat a single global,
project level error handler here I can do this?
The only error handler I can find is one that works in a procedure or nested
procedure.
Any pointers?
Michael