FIREDAC Logging SQL logs

Source: Internet
Author: User

FIREDAC Logging SQL logs

Tracking SQL logs can be used to facilitate the development of program debugging. SQL logging consumes service charges, and it is recommended to turn off SQL logging when you formally deploy the middleware.

FIREDAC records SQL logs by using the Tfdmoniflatfileclientlink control.

First USES FireDAC.Moni.FlatFile, then drag and drop the Tfdmoniflatfileclientlink control.

Main properties of the Tfdmoniflatfileclientlink control:

Set the directory and file name that SQL log saves:

Fdmoniflatfileclientlink1.filename: = Extractfilepath (application.exename) + ' SQL ' + formatdatetime (' YYYYMMDD ', now) + '. txt ';

To set tfdconnection control logging parameters:

Fdconnection1. Params.add (' Monitorby=flatfile ');

Start SQL logging:

Fdmoniflatfileclientlink1.tracing: = True;

Fdconnection1. Connectionintf.tracing: = True;

To stop SQL logging:

Fdmoniflatfileclientlink1.tracing: = false;

Fdconnection1. Connectionintf.tracing: = false;

FIREDAC Logging SQL logs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.