3.1,Adapter,SqlServer
I have a view with an instead of trigger. Trying to debug why the save always returns false (even though the records are getting created in the db). I think it's an issue with the identity but can't tell yet.
But I've noticed that when there are no errors in my trigger, the trace listener does log the insert statement, the parameters, etc.
But then, if the database ever throws an exception, nothing gets logged anymore so I can't tell what exactly llbl sent to the database.
Am I doing something wrong?