Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Learn More About The FireDAC Connection Object In This RAD Studio Sample App

This sample uses the ConnectionDefName property of the TFDConnection to specify the name of the connection definition to use.

Location

You can find the TFDConnection\InfoReport sample project at:

Description

The demo calls the GetInfoReport method to provide the report. The FireDAC environment report contains detailed information including:

How to Use the Sample

  1. Navigate to the location given above and open:
    • Delphi: FireDACConnInfo.dproj
  2. Press F9 or choose Run > Run.
  3. Select one of the following options:
    • Click Get report: Populates the TMemo with detailed information about the connection status.
    • Click Get versions: Gets the DBMS client and server versions.

Implementation

It calls the GetInfoReport method of the TFDConnection component to populate the TMemo with detailed information about the connection status.

[crayon-663b704d6eab6291789240/]

It uses the IFDPhysConnectionMetadata interface to get the client and server versions.

See ConnectionMetaDataIntf for more information.

The link below will redirect you to the original post:

http://docwiki.embarcadero.com/CodeExamples/Sydney/en/FireDAC.InfoReport_Sample

Exit mobile version