SQL Statements

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
asawyer13
Posts: 2
Joined: Sun 05 Apr 2015 01:33

SQL Statements

Post by asawyer13 » Sun 05 Apr 2015 01:36

I am new to most of this, tried a few things I googled but not working so I thought I would try here.
Using EF 6.1, mysql 5.5, VS2013.

Is there a simple way to turn on something in debug so I can see the sql statements that are being generated? It would make debugging so much easier.

Thanks
Al

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

Re: SQL Statements

Post by Shalex » Mon 06 Apr 2015 06:48

Please run the dbMonitor tool to enable tracing of the database activity: documentation, download link.

Post Reply