Hi there
I have an error handling procedure which gets various data (err.number, some variables, currentdb.name etc..) and puts it into a db using ADO.
My problem is that I have several databases that use this same procedure. I currently have the error handling code in each database, so if I want to make a change to the code I have to update it in every database.
What is the best method for centralising this code where all my databases can access it.
(FYI - After an error occurs the procedure that was running will NOT always be exited.)
Thanks in advance. Jo![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I have an error handling procedure which gets various data (err.number, some variables, currentdb.name etc..) and puts it into a db using ADO.
My problem is that I have several databases that use this same procedure. I currently have the error handling code in each database, so if I want to make a change to the code I have to update it in every database.
What is the best method for centralising this code where all my databases can access it.
(FYI - After an error occurs the procedure that was running will NOT always be exited.)
Thanks in advance. Jo