Hi
I would like to know if there is an an easy way to recover the entire SQL string sent to the SQL server built using ADO adparam methods.
I need to recover and assign to a variable the entire SQL string executed by objCmd.Execute below
Thanks
example
'Declare database objects
Dim objConn As New ADODB.Connectio n
Dim objCmd As New ADODB.Command...