Describes the connection definition parameters common for all AnyDAC drivers.
|
Parameter |
Description |
Example value |
|
DriverID |
The AnyDAC base or virtual driver ID. |
MySQL |
|
MetaDefCatalog |
Specifies the default catalog for the application. The design time code will omit the catalog name in the object names, if it is equal to MetaDefCatalog. If MetaDefCatalog is '*', then catalog names will be omitted unconditionally. |
Northwind |
|
MetaDefSchema |
Specifies the default schema for the application. The design time code will omit the schema name in the object names if it is equal to MetaDefSchema. If MetaDefSchema is '*', then schema names will be omitted unconditionally. |
dbo |
|
MetaCurCatalog |
Specifies the current catalog for the application. If not specified, then its value will be received from the DBMS. When an application is asking for metadata and do not specify a catalog name, then AnyDAC will implicitly use the current catalog. If MetaCurCatalog is '*', then catalog names will be me omitted from the metadata parameters. |
* |
|
MetaCurSchema |
Specifies the current schema for the application. If not specified, then its value will be received from the DBMS. When an application is asking for metadata and do not specify a schema name, then AnyDAC will implicitly use the current schema. If MetaCurSchema is '*', then schema names will be me omitted from the metadata parameters. |
* |
|
MonitorBy |
Specifies the trace / monitor output for this connection definition. One of the following values may be specified:
|
FlatFile |
|
Pooled |
Enables connection pooling for this connection definition. The default value is False. To use pooled connection, the connection definition must be persistent or private. |
True |
|
What do you think about this topic? Send feedback!
|