%META:TOPICPARENT{name="InstallConfigADONETProviders"}%
= Connect String Attributes for the Unmanaged ADO.NET Data Provider for ODBC Data Sources =
The table below provides a list of the Connect String Attributes for the Unmanaged ADO.NET-to-ODBC Bridge Data Provider ({{{OpenLink.Data.OdbcClient}}}):
| *Keyword* | *Meaning* | *Default Value* |
| {{{DSN}}} | ODBC Data Source Name (DSN) | none |
| {{{UID}}} | username for target data source | none |
| {{{PWD}}} | password for target data source | none |
A valid connect string might look like this --
{{{
"DSN=MyOracleDSN;UID=scott;PWD=tiger"
}}}