tobenschain 0 Posted 9 hours ago I am trying to learn SQL and would like to see the commands that FireDAC generates. Is there a routine in FireDAC.DApt.pas that could show me the way? Also, what happened to codenewsfast.com? Share this post Link to post
Brian Evans 129 Posted 8 hours ago Could use Tracing and Monitoring along with FDMonitor. Ref: https://docwiki.embarcadero.com/RADStudio/Athens/en/Tracing_and_Monitoring_(FireDAC) https://docwiki.embarcadero.com/RADStudio/Athens/en/FDMonitor FireDAC Monitor (FDMonitor) is an analog to BDE SQL Monitor and is a debugging tool for: Tracing a communication between a FireDAC application and a Database Management System (DBMS). Exploring details of commands, parameters, states, execution statistics, and so on. Share this post Link to post