FireDAC.Comp.Client.TFDCustomConnection.ConnectionDefName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ConnectionDefName: String read GetConnectionDefName write SetConnectionDefName stored False;

C++

__property System::UnicodeString ConnectionDefName = {read=GetConnectionDefName, write=SetConnectionDefName, stored=false};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection


Description

Le nom de la définition de connexion à utiliser.

La propriété ConnectionDefName spécifie le nom de l'une des définitions de connexion existantes. La définition de connexion peut être stockée dans ADConnectionDefs.ini ou créée dynamiquement. 

Remarque : Tenter de définir ConnectionDefName quand la propriété Connected vaut True déclenche une exception.

Exemple

FDConnection1.ConnectionDefName := 'ASA_Demo';
FDConnection1.Connected := True;

Voir aussi