What SQL Statement is being passed?

  • Thread starter Thread starter Charles May
  • Start date Start date
C

Charles May

Is there a way to show what values are being passed in an SQL Statement?

I can display the commandtext of OleDbInsertCommand1 but it displays the "?"
is there a way to show the actual values of the insert statement?

Thanks

Charlie
 
No, unless there is some sort of database profiler which intercepts the
traffic between db and oledb (event then depends on its capabilities)
Once there it was universal OleDb profiler but it was later removed.
 
Back
Top