--- title: "ODBC Drivers Subkey | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - "subkeys [ODBC], drivers subkey" - "registry entries for components [ODBC], drivers subkey" - "drivers subkey [ODBC]" ms.assetid: 8edbf68f-d05d-4d77-92f6-e9500008f520 author: David-Engel ms.author: v-daenge --- # ODBC Drivers Subkey The values under the ODBC Drivers subkey list the installed drivers. The format of these values is shown in the following table. |Name|Data type|Data| |----------|---------------|----------| |*driver-description*|REG_SZ|**Installed**| The *driver-description* name is defined by the driver developer. It is usually the name of the DBMS associated with the driver. For example, suppose drivers have been installed for formatted text files and SQL Server. The values under the ODBC Drivers subkey might be: ``` Text : REG_SZ : Installed SQL Server : REG_SZ : Installed ```