Is there a way to "step into" the dataadapter.update command?

From: Big Dave (david.wade_at_raymondjames.com)
Date: 10/01/04


Date: 1 Oct 2004 06:38:41 -0700

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.



Relevant Pages

  • Re: SQL Data Adapter Will not update from ASP.net -- VB
    ... How does the DataAdapter know what to ... >> the sql data adapter. ... i do not need to call the update command. ... >>> warranties. ...
    (microsoft.public.dotnet.framework.adonet)
  • how to build & set a custom update command
    ... I konw that one can make use of the default UpdateCommand in the DataAdapter ... But i was wondering how one could build a custom update command & set this ... the Data Type of the columns (SQL Data type) & the Size of the fields (in ...
    (microsoft.public.dotnet.languages.vb)
  • Re: SQL Data Adapter Will not update from ASP.net -- VB
    ... But it is the DataAdapter that does the updating in the database, ... > the sql data adapter. ... i do not need to call the update command. ... >>> End Sub ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: update dataset and database
    ... Have you specified an Insert/Delete and Update command for the dataadapter? ... You can just use a new adapter and use it, or copy it's syntax - you'll need ... >>> AND THIS IS THE CODE I USE TO DECLARE THE DATA SET AND DATA ADAPTER ...
    (microsoft.public.dotnet.languages.vb)
  • Re: send dataset as a parameter
    ... should I write my update command, I could not just say "insert into TableDest ... you can't use the same dataadapter that got you ... > 'Create the connection and dataadapter objects needed for SQL Server ... > Dim sqlCon as New SqlClientConnection ...
    (microsoft.public.dotnet.framework.aspnet)