Topic: Error - ExecuteNonQuery
C# ExecuteNonQuery
If you are executing the "ExecuteNonQuery" funciton in .Net
and get an error that says "Invalid table XXX"
There is probably a problem with a trigger or stored procedured that is fired
when an update is performed on the table listed in your ExecuteNonQuery