When using ADO, and writing an update statement, EXAMPLE: Update a_table Set a_column = :a_value Where a_keycol = 'XYZ'. Before the update statement is executed, can I see the update statement that the DATABASE is going to perform, NOT the update statement that I wrote?