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

Re: What SQL Statement is being passed? by Miha

Miha
Fri Dec 05 01:25:15 CST 2003

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.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

"Charles May" <quarantine1@hotmail.com> wrote in message
news:7fSzb.304995$275.1047997@attbi_s53...
> 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
>
>