Re: Is there a way to "step into" the dataadapter.update command?
From: Michael O'Brien (michael_c_obrien_at_no-spam-hotmail.com)
Date: 10/01/04
- Next message: Danny J. Lesandrini: "Re: Run command to fix my IIS with ASP .NET"
- Previous message: Danny J. Lesandrini: "Run command to fix my IIS with ASP .NET"
- In reply to: Big Dave: "Is there a way to "step into" the dataadapter.update command?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 14:44:55 +0100
Hi,
if you're using SQL server, the SQL Profiler tool will let you trace what
commands are being executed, and the parameters being used.
cheers
Michael
"Big Dave" <david.wade@raymondjames.com> wrote in message
news:bc773cf0.0410010538.626a5730@posting.google.com...
> I'm having trouble using the update command of a dataadapter. It
> would help if I could watch it go through each record in the datatable
> and see what it's doing. Is there a way to do this? Also, is there a
> way to see the actual sql statements it's executing, with the value of
> the parameters, for each update it performs?
>
> Thanks for any help you can offer.
- Next message: Danny J. Lesandrini: "Re: Run command to fix my IIS with ASP .NET"
- Previous message: Danny J. Lesandrini: "Run command to fix my IIS with ASP .NET"
- In reply to: Big Dave: "Is there a way to "step into" the dataadapter.update command?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|