What SQL Statement is being passed?

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
 
M

Miha Markic

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top