FireDAC.Phys.ASA.TFDPhysASADriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysASADriverLink

Delphi

TFDPhysASADriverLink = class(TFDPhysODBCBaseDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysASADriverLink : public Firedac::Phys::Odbcbase::TFDPhysODBCBaseDriverLink

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA FireDAC.Phys.ASA

Description

Use the TFDPhysASADriverLink component to link the Sybase SQL Anywhere driver to an application and set it up.

Use the TFDPhysASADriverLink component to link the Sybase SQL Anywhere driver to an application. Generally, it is enough to include only the FireDAC.Phys.ASA unit into your application uses clause. 

The TFDPhysASADriverLink component may be used to specify the following:

  • ODBCDriver - the Sybase SQL Anywhere ODBC driver name.
  • ODBCAdvanced - the Sybase SQL Anywhere ODBC driver connection parameter common for all connections.
  • VendorLib - the ODBC driver manager. By default, it is odbc32.dll and, for most cases, it should remain unchanged.

All properties have default values appropriate for most cases. In order to take effect, all property changes must be performed when FireDAC manager is inactive.

Example

FDPhysASADriverLink1.ODBCAdvanced := 'AutoStart=Yes;CharSet=Windows-1251';
FDPhysASADriverLink1.ODBCDriver := 'Sybase SQL Anywhere 5.0';

See Also