ExternalDatabaseConnection Members

These members describes an external database connection.

Functions

Name Description
Clone Return value: ExternalDatabaseConnection.
IsEnterpriseDatabase Return value: Boolean.
OpenDataObject Sets the connection strings and opens the passed ADO or ADO.NET object.
OpenDataObjectEx Return value: Boolean.
RefreshEx Return value: RefreshResult.
Remove Removes (deletes) this external database connection.
RemoveEx Removes (deletes) this external database connection (with audit log explanation).
Save Saves changes to this external database connection.
SaveEx Saves changes to this external database connection (with audit log explanation).

Properties

Name Description
AccessControlList Returns the AccessControlList object which specifies which users and groups can access this external database connection. Return value: AccessControlList. This property is read only.
AutoSave Returns/sets if this object should automatically save changes as they are made. Return/assignment value: Boolean.
ConnectString Returns/sets the OLEDB connection string for this database connection. Return/assignment value: String.
Content Return/assignment value: Variant.
DependentProfiles Return value: Variant. This property is read only.
Description Returns/sets the Description of this external database connection. Return/assignment value: String.
ForceRetrieveRowsetInfo Returns/sets if the rowset information should always be retrieved for this database connection. Return/assignment value: Boolean.
ID Returns the ID of this external database connection. Return value: Integer. This property is read only.
Name Returns/sets the name of this external database connection. Return/assignment value: String.
QuoteCatalog Returns/sets if the fully qualified table names should quote the catalog. Return/assignment value: Boolean.
QuoteColumn Returns/sets if the column names should be quoted. Return/assignment value: Boolean.
QuoteSchema Returns/sets if the fully qualified table names should quote the schema. Return/assignment value: Boolean.
QuoteTable Returns/sets if the fully qualified table names should be quoted. Return/assignment value: Boolean.
ReadOnly Return value: Boolean. This property is read only.
Source Return value: Variant. This property is read only.