G
Guest
Hi
I would like to be able to examine the SqlCommands generated by SqlCommandBuilder when passed a SqlDataAdapter that has its SelectCommand property properly initialized
I want to check what is going on to see if I want changes. How can I do that from within the program? - i.e. I can envision using SQL Profiler to catch the actual SQL sent but that would be too late
Any ideas or workarounds? Maybe a setting somewhere makes these commands available to the program?
Thanks in advance
Juan Dent
I would like to be able to examine the SqlCommands generated by SqlCommandBuilder when passed a SqlDataAdapter that has its SelectCommand property properly initialized
I want to check what is going on to see if I want changes. How can I do that from within the program? - i.e. I can envision using SQL Profiler to catch the actual SQL sent but that would be too late
Any ideas or workarounds? Maybe a setting somewhere makes these commands available to the program?
Thanks in advance
Juan Dent