| Author |
how to trace sql query
|
Ramakrishnan Ponmudi
Ranch Hand
Joined: Apr 20, 2004
Posts: 72
|
|
i want to see, what is the exact sql query running in Database when a prepared statement used.
|
 |
Sri Ram
Ranch Hand
Joined: Oct 03, 2005
Posts: 118
|
|
What DB u are using? If u are using SQL Server, U can use, Profiler. This will give u all the queries that are fired to the DB.
|
 |
Sri Ram
Ranch Hand
Joined: Oct 03, 2005
Posts: 118
|
|
If u are using Oracle, This might be useful. Trace Data Viewer. This is a tool provided by Oracle.
|
 |
 |
|
|
subject: how to trace sql query
|
|
|