DBMonitor - SQL window blank but UseIdeOutput = true works

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

DBMonitor - SQL window blank but UseIdeOutput = true works

Post by RobIntechnica » Mon 22 Feb 2010 13:51

Hi

I'm trying to use DBMonitor to see what SQL is being generated with LINQ to Entities. DBMonitor shows Processes, the Object Tree and Call Tree and Events OK but SQL, Parameters and Call Stack are blank.

Should I be able to see the executed SQL, Call Stack and Parameters in DBMonitor? If so would there be any reason why this is not working for me?

If I use UseIdeOutput = true the SQL is outputted successfully to the debug window in Visual Studio when debugging but I still can't see it in DBMonitor.

For your info, I've created a DBMonitor instance and set IsActive to true in my domain service constructor.

Thanks in advance!

RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

Post by RobIntechnica » Mon 22 Feb 2010 14:53

It seems to be working now! When UseIdeOutput = true is set I can see the SQL in dbMonitor. No need for a reply, thanks!

Post Reply