dbMonitor support for non UI apps

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
johnselkirk
Posts: 10
Joined: Thu 07 Oct 2010 00:03
Location: US

dbMonitor support for non UI apps

Post by johnselkirk » Wed 02 Jan 2013 22:27

Hi,

I have found the dbMonitor application EXTREMELY useful especially when dealing with EF.

One thing I cannot figure out how to do is plug in non-UI applications. (Windows Service based applications)

Does that support exist? Any plans to do it?

Thanks, John.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dbMonitor support for non UI apps

Post by Shalex » Thu 03 Jan 2013 10:30

johnselkirk wrote:One thing I cannot figure out how to do is plug in non-UI applications.
1. Do you mean tracing application remotely? If yes, refer to http://www.devart.com/dotconnect/sqlite ... nitor.html (the last section).
2. Otherwise, you can process the SQL events in your application manually: http://www.devart.com/dotconnect/sqlite ... nt_EV.html.

Is that what you mean?

johnselkirk
Posts: 10
Joined: Thu 07 Oct 2010 00:03
Location: US

Re: dbMonitor support for non UI apps

Post by johnselkirk » Mon 07 Jan 2013 13:07

Sorry, I should have been more specific.

I really like using dbMonitor to look at the SQL statements being sent to the DB when using EF and have plugged in dbMonitor specific classes (SQLite and Oracle) for doing so.

I have a bunch of Windows Services with EF code in them updating SQLite/Oracle database(s) and wanted to do the same thing.

I made a bad assumption that since it was a control I could not use it in a service but found the KB article http://www.devart.com/dotconnect/sqlite ... nitor.html that shows you it can be done.

Thanks for your help.

Post Reply