Jul 2, 2003 #1 W Warlord New member Joined Jul 2, 2003 Messages 1 Is one able to see what sql script the update method is executing on a database. Of course if you are using sql you can use Profiler - but I am after a way through the command window. Any ideas or help will be much appreciated.:-\
Is one able to see what sql script the update method is executing on a database. Of course if you are using sql you can use Profiler - but I am after a way through the command window. Any ideas or help will be much appreciated.:-\
Jul 2, 2003 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* DataAdapter.UpdateCommand.CommandText - should be the SQL command being executed.