Hi, another (3rd so far) problem when something worked with an Access BE and doesn't with an SQL BE.
i was using Allen Browne's LogError procedure to log all errors to a table so i can review and fix them.
once i switched to an SQL BE - the errors don't get logged. every single error goes to the error handling of his procedure which means that NONE OF THEM can be logged.
my guess is that his procedure was written to work with MS Access errors and all the errors i'm getting after the conversion are coming from the SQL server and his procedure doesn't recognize them.
any ideas on where i can look or anything at all?? i tried googling but as usual, i'm not wording my search right and don't get the right hits
thank you
i was using Allen Browne's LogError procedure to log all errors to a table so i can review and fix them.
once i switched to an SQL BE - the errors don't get logged. every single error goes to the error handling of his procedure which means that NONE OF THEM can be logged.
my guess is that his procedure was written to work with MS Access errors and all the errors i'm getting after the conversion are coming from the SQL server and his procedure doesn't recognize them.
any ideas on where i can look or anything at all?? i tried googling but as usual, i'm not wording my search right and don't get the right hits
thank you