Hi,
I would like to log the queries which execution causes an error, to detect errors on my applications the user can´t see, for example, if I forgot to fill a field and them have an insert like
insert into table (A,B) values (,valueB)
this causes an error but maybe the user dont see this error, I want to tack this errors to improve my application.
Thnaks in advance