PC Review


Reply
Thread Tools Rate Thread

Badly Needed DataAdapter feature

 
 
John Viele
Guest
Posts: n/a
 
      7th Aug 2003
Any plans to implement SQL logging in the data adapters? It seems like a
very basic feature. It would help with debugging if one could view the
actual SQL statements that get generated when one does something like:
DataAdapter.Update(SomeDataTable);

Or, is the feature there and I have just overlooked it?


 
Reply With Quote
 
 
 
 
Kristofer Andersson
Guest
Posts: n/a
 
      7th Aug 2003
SQL Server Profiler...

"John Viele" <johnv@{NO_SPAM}goisc.com> wrote in message
news:%(E-Mail Removed)...
> Any plans to implement SQL logging in the data adapters? It seems like a
> very basic feature. It would help with debugging if one could view the
> actual SQL statements that get generated when one does something like:
> DataAdapter.Update(SomeDataTable);
>
> Or, is the feature there and I have just overlooked it?
>
>



 
Reply With Quote
 
John Viele
Guest
Posts: n/a
 
      7th Aug 2003
Sorry, but SQL Profiler is a royal P.I.T.A. Regardless, it is not what I
need. It's too difficult to get it to produce the narrow kind of trace
information I am trying to get. I simply need the ability to see the
specific statement(s) generated when a data adapter performs a SQL
statement, particularly inserts, updates, and deletes. That's when it has
to plug in values from the data table's rows.

In addition, I have tried to use it for this application, but it does not
record any of the SQL activity performed by the Windows Service I am
debugging, though it DOES record anything I do manually in the same
database.

"Kristofer Andersson" <(E-Mail Removed)>
wrote in message news:(E-Mail Removed)...
> SQL Server Profiler...
>
> "John Viele" <johnv@{NO_SPAM}goisc.com> wrote in message
> news:%(E-Mail Removed)...
> > Any plans to implement SQL logging in the data adapters? It seems like

a
> > very basic feature. It would help with debugging if one could view the
> > actual SQL statements that get generated when one does something like:
> > DataAdapter.Update(SomeDataTable);
> >
> > Or, is the feature there and I have just overlooked it?
> >
> >

>
>



 
Reply With Quote
 
Kristofer Andersson
Guest
Posts: n/a
 
      7th Aug 2003
Ok, the user iterface in SQL profiler could be nicer but with the right
filters set it will get you the data you need. Try with filters on
loginname, clientprocessid or textdata. A filter on textdata is very
efficient...

"John Viele" <johnv@{NO_SPAM}goisc.com> wrote in message
news:(E-Mail Removed)...
> Sorry, but SQL Profiler is a royal P.I.T.A. Regardless, it is not what I
> need. It's too difficult to get it to produce the narrow kind of trace
> information I am trying to get. I simply need the ability to see the
> specific statement(s) generated when a data adapter performs a SQL
> statement, particularly inserts, updates, and deletes. That's when it has
> to plug in values from the data table's rows.
>
> In addition, I have tried to use it for this application, but it does not
> record any of the SQL activity performed by the Windows Service I am
> debugging, though it DOES record anything I do manually in the same
> database.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
!!!! HELP Badly Needed !!!! =?Utf-8?B?Z3R3YWxlcw==?= Windows Vista Hardware 3 4th Jul 2007 01:24 PM
feature request really needed badly. =?Utf-8?B?YmFsZW0=?= Spyware Discussion 3 7th Dec 2005 02:56 PM
HELP BADLY NEEDED WeeMann Windows XP General 6 4th Oct 2005 12:34 AM
Help badly needed...I think Figaro Anti-Virus 5 5th Sep 2003 09:37 AM
Badly needed DataAdapter feature John Viele Microsoft ADO .NET 6 8th Aug 2003 03:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:50 AM.