<docbook><section><title>UnmanagedNETDataProviderConnectionAttributes</title><para> </para><title> Connect String Attributes for the Unmanaged ADO.NET Data Provider for ODBC Data Sources </title> Connect String Attributes for the Unmanaged ADO.NET Data Provider for ODBC Data Sources 
<para>The table below provides a list of the Connect String Attributes for the Unmanaged ADO.NET-to-ODBC Bridge Data Provider (<computeroutput>OpenLink.Data.OdbcClient</computeroutput>):
</para><table><title /><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>&quot;DSN=MyOracleDSN;UID=scott;PWD=tiger&quot;
</programlisting></section></docbook>