Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Log SQL queries with audit purposes

    Hi,
    I need to trace the DELETE/UPDATE/INSERT queries produced by the datasources of my application on a single table. I found a solution for a similar problem on the forum ( http://forums.smartclient.com/showthread.php?t=11140&highlight=audit+table) but in that case the user seems to need to trace only the DSRequests details. I need to trace the actual queries produced by the SQL driver.

    Thank you in advance,
    Daniele

    #2
    There's currently no API for this, but the queries are logged, so capturing the log output might be a better approach.

    Comment

    Working...
    X