Skip to content

ODBC data sources

An ODBC DSN is a named database connection registered on the hosting server. An application refers to the name, and the connection details live in the DSN rather than in the application’s configuration.

Databases > ODBC DSNs appears when the hosting plan provisions the operating-system resource group and allocates an ODBC quota. Without the quota the item is absent even where databases are present.

Mostly for older applications that expect a DSN rather than a connection string — classic ASP, some reporting tools, and line-of-business software written against ODBC.

Modern applications generally take a connection string directly and need no DSN.

Each DSN names a driver, the database it points at, and the credentials used to reach it. Once created, the application connects by DSN name alone.