UnmanagedNETDataProviderConnectionAttributes Connect String Attributes for the Unmanaged ADO.NET Data Provider for ODBC Data Sources 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): <tgroup><thead /><tbody> <row /> <row><entry> <computeroutput>DSN</computeroutput> </entry><entry> ODBC Data Source Name (DSN) </entry><entry> <emphasis>none</emphasis> </entry></row> <row><entry> <computeroutput>UID</computeroutput> </entry><entry> username for target data source </entry><entry> <emphasis>none</emphasis> </entry></row> <row><entry> <computeroutput>PWD</computeroutput> </entry><entry> password for target data source </entry><entry> <emphasis>none</emphasis> </entry></row> </tbody></tgroup></table> <para>A valid connect string might look like this -- </para><programlisting>"DSN=MyOracleDSN;UID=scott;PWD=tiger" </programlisting></section></docbook>