new AccessConnectionControl(config)
Control to manage Access Database conections.
Extends Cadcorp.UI.Admin.ManageDatabaseConnections.DatabaseConnectionControlBase
Parameters:
| Name | Type | Description |
|---|---|---|
config |
Object | The options used to configure this control, any valid option for Cadcorp.UI.Admin.ManageDatabaseConnections.DatabaseConnectionControlBase can be supplied |
Members
deleteUrl
Properties:
| Name | Type | Description |
|---|---|---|
deleteUrl |
string | The URL of the ScriptMethod used to delete. |
testConnectionUrl
Properties:
| Name | Type | Description |
|---|---|---|
testConnectionUrl |
string | The URL of the ScriptMethod used to test that the connection is valid. |
updateUrl
Properties:
| Name | Type | Description |
|---|---|---|
updateUrl |
string | The URL of the ScriptMethod used to update. |