|
AnyDAC
|
Set schema name for datasets.
Use SchemaName property to set a schema name to logically group datasets registered with this engine into a namespace.
The schema names of all TADLocalSQL's connected to the same connection object and all attached database names in the same connection must be unique. AnyDAC does not control the uniqueness.
When SchemaName is specified, then the dataset may be referenced in a SQL as <dataset> or <schema>.<dataset>. If the specified <schema> does not exist, then exception will be raised.
property SchemaName: String;
|
What do you think about this topic? Send feedback!
|