M
martijndemunnik
I'm debugging an application using log4net. When a SQL statement fails
it is logged. One of the messages is
Line 1: Incorrect syntax near ')'.
but I'm not sure which SQL command is executed. Can I get the complete
SQL command send to the database server from an SqlException?
it is logged. One of the messages is
Line 1: Incorrect syntax near ')'.
but I'm not sure which SQL command is executed. Can I get the complete
SQL command send to the database server from an SqlException?