Describes how to connect to dbExpress data source.
The AnyDAC DBX bridge driver supports:
AnyDAC requires that a dbExpress driver must be installed according to the topic "Deploying dbExpress Database Applications" of the Delphi/RAD Studio online help. Additionally you can find:
here;
here;
here.
To link the dbExpress v 1-3 driver:
To link the dbExpress v 4 driver:
Connection definition parameters are specific for each driver and are taken from dbxdrivers.ini. The connection definition editor, after specifying the DriverName parameter, fills the connection parameter list by the parameters specific for this driver. Additionally, AnyDAC DBX bridge driver supports the following parameters:
|
Parameter |
Description |
Example value |
|
MetaDefCatalog |
Specifies the default catalog for the application. The design time code will omit the catalog name in object names if it is equal to MetaDefCatalog. |
Northwind |
|
MetaDefSchema |
Specifies the default schema for the application. The design time code will omit the schema name in object names if it is equal to MetaDefSchema. |
dbo |
DriverID=TDBX DriverName=BlackfishSQL hostname=127.0.0.1 port=2508 database=c:\addemo create=True user_name=sysdba password=masterkey
DriverID=TDBX DriverName=Oracle RDBMS=ORACLE Database=ORA_920_APP User_Name=addemo Password=a
DriverID=TDBX DriverName=Informix HostName=ol_svr_custom Database=sysuser User_Name=informix Password=informix2
|
What do you think about this topic? Send feedback!
|