Skip to main content

ODBC Data Source

The ODBC Data Source view shows ODBC data sources included in the MSI package. These entries ensure that required database connections (for example SQL Server, Oracle, or Access) are configured automatically during installation.

Master Packager Advanced Editor — ODBC Data Source

DSN registration type

TypeScopeStorage
System DSNAvailable to all users on the computerMachine-wide registry
User DSNAvailable only to the user who installed the MSICurrent user registry

Connection properties

FieldDescription
Data Source Name (DSN)Name that applications use to identify the connection.
DescriptionShort description of the data source.
DriverODBC driver the data source uses.
ServerDatabase server address.
DatabaseDatabase name the DSN points to.
AttributesAdditional settings such as user ID (UID), password (PWD), or custom parameters.

MSI tables

The ODBC configuration is stored across three MSI tables:

TablePurpose
ODBCDataSourceStores the ODBC data source entry.
ODBCDriverStores the related ODBC driver information.
ODBCTranslatorStores translator information used by ODBC when needed.
note

Verify that the required ODBC drivers exist on the target machine. Otherwise, the installed DSN entries may not work.