What is a DSN file? DSN stands for “Data Source Name” and it is a file format used to store database connection information. DSN files are typically used in conjunction with ODBC (Open Database Connectivity) and allow for easy access to a specific database by providing the necessary information to connect to it, such as the server name, username, and password. The file is usually in plain text and can be created and edited using a text editor.