I can see the Commandtext of my Select statement with the following,
but i would like to see the content of the statement. how can i do this?
I need to see the values that was added.
Code:
MsgBox(cmd.CommandText.ToString)
I need to see the values that was added.