Skip to main content

ODBC (Basic Authentication)

Connect to a data source using ODBC using basic authentication

To use this connection type within the API, use a ConnectionTypeCode of ODBC-BASIC.

Variable Reference

The following variables are supported:

  • OdbcConnectionStringSecretName - (Required) The name of the Key Vault secret containing the ODBC connection string.

  • OdbcUsernameSecretName - (Required) The name of the Key Vault secret containing the Username to connect to ODBC.

  • OdbcPasswordSecretName - (Required) The name of the Key Vault secret containing the Password to connect to ODBC.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.