<div class="meta" robots="noindex">

</div>

Method

# ODBCDatabase.DriverNames

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `ODBCDatabase.Drivers<odbcdatabase.drivers>` as a replacement.

</div>

## Description

Returns a `RowSet</api/databases/rowset>` with a list of configured ODBC drivers.

## Notes

The instance of the ODBCDatabase does not have to be connected to a database in order to use this method.

The `RowSet</api/databases/rowset>` returned by DataSourceNames has two columns. They are:

- Name: The driver name
- Description: A description indicating if the driver is installed
- Type: The type (for example, System).

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

### References

[SQLDrivers ODBC function](https://msdn.microsoft.com/en-us/library/windows/desktop/ms712400(v=vs.85).aspx)

## Compatibility

All project types on all supported operating systems.
