Is it possible getting the name of the stored procedure and all its parameter values as a prepared unit for logging when using Ado.Command object for data manipulation?
I have used ADO.Command object in order to perform insert, update , delete operations. Now, I want to write a log and use the name of the stored procedure and parameter values to log.
Does ADO have any properties for that?