view last executed query
Posted: Thu Jan 23, 2014 12:12 pm
How can view last executed query? I mean, I would like to see somewhere in the report or in a log file the sql used for the report.
Thank you!
Nicola
Thank you!
Nicola
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
$query = base64_decode($query);
Code: Select all
file_put_contents("last_query.txt", $query);