Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
We updated the debug mode in the version that I'm building to allow for the debugging of INSERT, UPDATE, and DELETE commands. Before this version, the debug mode on the DbDataSourceItem class only showed SELECT commands. So, once we get the new build to you, you can call SetDebugOn() on the DbDataSourceItem and you'll be able to see the command that is being sent to the database, and that will give us a clue.
|