Retrieving SQL statement from a FormView
I have FormView objects that perform updates to a MYSQL database. I need to be able to capture the SQL statement that is created and sent to the db by the FormView Update command. The new FormView and Datasource controls work great, but you never actually see the SQL statement. I need to be able to capture, and send the actual SQL statement somewhere else. Any ideas??? Thanks.
|